diff --git a/project.config.json b/project.config.json index 5527724..08223bb 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wx0be424e1d22065a9", + "appid": "wx5e79df5996572539", "compileType": "miniprogram", "libVersion": "3.8.10", "packOptions": { diff --git a/src/manifest.json b/src/manifest.json index 1202fcc..424edf2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -60,7 +60,7 @@ 朵花:wx23f86d809ae80259 */ "mp-weixin": { - "appid": "wx0be424e1d22065a9", + "appid": "wx5e79df5996572539", "setting": { "urlCheck": false }, diff --git a/src/request/base/baseUrl.js b/src/request/base/baseUrl.js index 796e7bb..7ee442d 100644 --- a/src/request/base/baseUrl.js +++ b/src/request/base/baseUrl.js @@ -1,4 +1,4 @@ -const isProd = true; +const isProd = false; // 测试 const VITE_BASE_URL_TEST = "https://onefeel.brother7.cn/ingress";