|
@@ -1,13 +1,16 @@
|
|
|
// 测试环境
|
|
|
-// const path = 'http://47.111.227.213:9091/api'
|
|
|
+const path = "https://dev.wutongresearch.club/api";
|
|
|
+// const path = 'http://192.168.31.181:8110'
|
|
|
+// const path = "https://prod.wutongshucloud.com/api";
|
|
|
|
|
|
// 线上环境
|
|
|
- const path = 'https://wutong.kmxxg.cn/api'
|
|
|
+// const path = "https://work.wutongresearch.club/api";
|
|
|
module.exports = {
|
|
|
- id: '000000',
|
|
|
- name: '云南省退役军人政务公开服务',
|
|
|
- appId: 'wx88a0bf63ba2c7300',
|
|
|
- host: path,
|
|
|
- imagePath: 'https://img.yousuyoushu.cn/ent/',
|
|
|
- // h5Url: 'https://h5.yousuyoushu.cn', // 线上环境,H5页面域名前缀,上线前必须修改此项
|
|
|
-}
|
|
|
+ id: "000000",
|
|
|
+ name: "水果慧眼",
|
|
|
+ appId: "wx4ef4a778fdd8c814",
|
|
|
+ clientId: "project_wx",
|
|
|
+ clientSecret: "project_wx_key",
|
|
|
+ host: path,
|
|
|
+ // h5Url: 'https://h5.yousuyoushu.cn', // 线上环境,H5页面域名前缀,上线前必须修改此项
|
|
|
+};
|