修改配置

This commit is contained in:
zpc 2025-04-08 17:05:48 +08:00
parent b5792a5c68
commit d1e88d8e51
2 changed files with 10 additions and 10 deletions

View File

@ -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'
};

View File

@ -127,7 +127,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx595ec949c6efd72b",
"appid" : "wx683d8a8a499d7ec6",
"setting" : {
"urlCheck" : false,
"es6" : false,