@@ -25,7 +25,7 @@
},
"miniprogramRoot": "dist/wx/",
"compileType": "miniprogram",
- "appid": "wxb6f09597a1545d81",
+ "appid": "wx91b4a901e2f6876b",
"projectname": "zyyc-wxmini",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
@@ -6,8 +6,8 @@ function request(options) {
// title: '加载中' // 数据请求前loading,提高用户体验
// });
return new Promise((resolve, reject) => {
- // const baseUrl = 'https://zyyc.chelingzhu.com/zyyc-shop/'; // 预发布
- const baseUrl = 'https://shop.zy-yc.cn/zyyc-shop/'; // 生产
+ const baseUrl = 'https://zyyc.chelingzhu.com/zyyc-shop/'; // 预发布
+ // const baseUrl = 'https://shop.zy-yc.cn/zyyc-shop/'; // 生产
// const baseUrl = 'http://192.168.16.103:7102/zyyc-shop/';
// const baseUrl = process.env.NODE_ENV === 'production' ? proUrl : devUrl;