diff --git a/common/env.js b/common/env.js index fbecb11..22fcfe8 100644 --- a/common/env.js +++ b/common/env.js @@ -6,28 +6,28 @@ // 开发环境配置 const development = { // API基础URL - baseUrl: 'https://manghe.zpc-xy.com', + baseUrl: 'https://testapi.zfunbox.cn', // 图片资源URL - imageUrl: 'https://mh.shhuanmeng.com', + imageUrl: 'https://image.zfunbox.cn', // 登录页面URL - loginPage: 'https://xinglanmh.shequtuangou.vip/login.html', + loginPage: 'https://testapi.zfunbox.cn/login.html', // 微信APPID wxAppId: 'wx0e33d80d35e4a3b1' }; // 生产环境配置 const production = { - baseUrl: 'https://manghe.zpc-xy.com', - imageUrl: 'https://mh.shhuanmeng.com', - loginPage: 'https://xinglanmh.shequtuangou.vip/login.html', + baseUrl: 'https://testapi.zfunbox.cn', + imageUrl: 'https://image.zfunbox.cn', + loginPage: 'https://testapi.zfunbox.cn/login.html', wxAppId: 'wx0e33d80d35e4a3b1' }; // 测试环境配置 const testing = { - baseUrl: 'https://manghe.zpc-xy.com', - imageUrl: 'https://mh.shhuanmeng.com', - loginPage: 'https://xinglanmh.shequtuangou.vip/login.html', + baseUrl: 'https://testapi.zfunbox.cn', + imageUrl: 'https://image.zfunbox.cn', + loginPage: 'https://testapi.zfunbox.cn/login.html', wxAppId: 'wx0e33d80d35e4a3b1' }; diff --git a/manifest.json b/manifest.json index afb3253..7a0a975 100644 --- a/manifest.json +++ b/manifest.json @@ -127,7 +127,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx595ec949c6efd72b", + "appid" : "wx683d8a8a499d7ec6", "setting" : { "urlCheck" : false, "es6" : false,