From 6fa3f78cf3a215a1e29b65744bef1853b7f79e1d Mon Sep 17 00:00:00 2001 From: Seven Tsui <16225583+youyouliangshao@user.noreply.gitee.com> Date: Tue, 23 Sep 2025 10:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/prod.js | 3 ++- project.config.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/prod.js b/config/prod.js index 44a9bba..2b3000c 100644 --- a/config/prod.js +++ b/config/prod.js @@ -5,7 +5,8 @@ export default { NODE_ENV: JSON.stringify('production'), baseApiUrl: JSON.stringify('https://www.wuzhongjie.com.cn/prod-api'), name: JSON.stringify('production'), - appId: JSON.stringify('wx87a5db19138da60d'), + // appId: JSON.stringify('wx87a5db19138da60d'), // 无终街(原小程序) + appId: JSON.stringify('wx2fb87f0f1f05d314'), // 无终街科技(新申请的新主体小程序) }, mini: {}, h5: { diff --git a/project.config.json b/project.config.json index 01f264f..573def5 100644 --- a/project.config.json +++ b/project.config.json @@ -2,7 +2,7 @@ "miniprogramRoot": "dist/", "projectname": "wuzhongjie-mini", "description": "无终街", - "appid": "wx87a5db19138da60d", + "appid": "wx2fb87f0f1f05d314", "setting": { "enableDebug": true, "urlCheck": false,