From c4626f41069ebc1c959d13ab33704a79ba564e50 Mon Sep 17 00:00:00 2001 From: zeyan <258785420@qq.com> Date: Thu, 4 Dec 2025 20:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniapp/common/config.js | 6 ++++-- uniapp/manifest.json | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/uniapp/common/config.js b/uniapp/common/config.js index 9a766015..bb906d72 100755 --- a/uniapp/common/config.js +++ b/uniapp/common/config.js @@ -1,9 +1,11 @@ // 环境变量配置 -// const env = 'development' -const env = 'prod' +const env = 'development' +// const env = 'prod' const isMockEnabled = false // 默认禁用Mock优先模式,仅作为回退 const isDebug = false // 默认启用调试模式 +// const devurl = 'https://test.hnhbty.cn/api' const devurl = 'http://localhost:20080/api' +// const devimgurl = 'https://test.hnhbty.cn' const devimgurl = 'http://localhost:20080' const produrl = 'https://api.hnhbty.cn/api' const prodimgurl = 'https://api.hnhbty.cn' diff --git a/uniapp/manifest.json b/uniapp/manifest.json index 83786666..828b0ecb 100755 --- a/uniapp/manifest.json +++ b/uniapp/manifest.json @@ -62,7 +62,9 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxdaf2fffe7e397c01", + /* 测试"appid" : "wxa0a83740ed3dcf04", */ + /* 正式"appid" : "wxdaf2fffe7e397c01",*/ + "appid" : "wxa0a83740ed3dcf04", "setting" : { "urlCheck" : false, "minified" : true,