From f328fca4376974ed4cd6f2f7516615fd958ad9c9 Mon Sep 17 00:00:00 2001 From: zoujing Date: Mon, 22 Sep 2025 19:49:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=99=BA=E5=BF=B5?= =?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/manifest.json | 2 +- src/request/base/baseUrl.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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";