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,