增加新小程序

This commit is contained in:
Seven Tsui 2025-09-23 10:44:06 +08:00
parent 75fc66d88b
commit 6fa3f78cf3
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ export default {
NODE_ENV: JSON.stringify('production'), NODE_ENV: JSON.stringify('production'),
baseApiUrl: JSON.stringify('https://www.wuzhongjie.com.cn/prod-api'), baseApiUrl: JSON.stringify('https://www.wuzhongjie.com.cn/prod-api'),
name: JSON.stringify('production'), name: JSON.stringify('production'),
appId: JSON.stringify('wx87a5db19138da60d'), // appId: JSON.stringify('wx87a5db19138da60d'), // 无终街(原小程序)
appId: JSON.stringify('wx2fb87f0f1f05d314'), // 无终街科技(新申请的新主体小程序)
}, },
mini: {}, mini: {},
h5: { h5: {

View File

@ -2,7 +2,7 @@
"miniprogramRoot": "dist/", "miniprogramRoot": "dist/",
"projectname": "wuzhongjie-mini", "projectname": "wuzhongjie-mini",
"description": "无终街", "description": "无终街",
"appid": "wx87a5db19138da60d", "appid": "wx2fb87f0f1f05d314",
"setting": { "setting": {
"enableDebug": true, "enableDebug": true,
"urlCheck": false, "urlCheck": false,