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 },