From 7a297df46be1600f2a6d6d7db623bedb2dc38cb0 Mon Sep 17 00:00:00 2001 From: zoujing Date: Mon, 22 Sep 2025 20:00:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=9C=B5=E8=8A=B1?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- src/constant/base.js | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project.config.json b/project.config.json index 5527724..2657982 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wx0be424e1d22065a9", + "appid": "wx23f86d809ae80259", "compileType": "miniprogram", "libVersion": "3.8.10", "packOptions": { diff --git a/src/constant/base.js b/src/constant/base.js index 0afe3f3..de0e830 100644 --- a/src/constant/base.js +++ b/src/constant/base.js @@ -36,6 +36,6 @@ export const CLIENT_CONFIGS = { }; // 获取当前用户端配置 -export const getCurrentConfig = () => CLIENT_CONFIGS.tianmu; +export const getCurrentConfig = () => CLIENT_CONFIGS.duohua; export const clientId = getCurrentConfig().clientId; export const appId = getCurrentConfig().appId; diff --git a/src/manifest.json b/src/manifest.json index 1202fcc..8b41342 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -60,7 +60,7 @@ 朵花:wx23f86d809ae80259 */ "mp-weixin": { - "appid": "wx0be424e1d22065a9", + "appid": "wx23f86d809ae80259", "setting": { "urlCheck": false },