正在显示
6 个修改的文件
包含
12 行增加
和
13 行删除
| 1 | 1 | //app.js |
| 2 | -const appId = 'wx04262fa98a7de5b6'; | |
| 2 | +const appId = 'wxe91c67adba6ac02d'; | |
| 3 | + | |
| 3 | 4 | App({ |
| 4 | 5 | onLaunch: function() { |
| 5 | 6 | var that = this; |
| ... | ... | @@ -143,13 +144,14 @@ App({ |
| 143 | 144 | appId: appId, |
| 144 | 145 | com_id: "", |
| 145 | 146 | onshow_count: 0, |
| 147 | + refresh_complete: false, | |
| 146 | 148 | // baseUrl: "http://47.99.47.16:20000/", |
| 147 | 149 | // baseUrl: "http://47.96.75.229:20000/", |
| 148 | 150 | // baseUrl: "http://192.144.144.220:20000/", |
| 149 | 151 | // baseUrl: "http://154.8.229.55:20000/", |
| 150 | 152 | // baseUrl: "http://47.110.250.177:20000/", |
| 151 | 153 | // baseUrl: "http://47.110.158.110:20000/", |
| 152 | - baseUrl: "https://api.fjhxrl.com/", | |
| 154 | + baseUrl: "https://api.workai.com.cn/", | |
| 153 | 155 | OSSUrl: "", //"https://oss.workai.com.cn/", |
| 154 | 156 | userInfo: null, |
| 155 | 157 | hostInfo:null, | ... | ... |
| ... | ... | @@ -4,19 +4,16 @@ |
| 4 | 4 | "ignore": [] |
| 5 | 5 | }, |
| 6 | 6 | "setting": { |
| 7 | - "urlCheck": true, | |
| 7 | + "urlCheck": false, | |
| 8 | 8 | "es6": true, |
| 9 | 9 | "postcss": true, |
| 10 | 10 | "minified": true, |
| 11 | 11 | "newFeature": true |
| 12 | 12 | }, |
| 13 | 13 | "compileType": "miniprogram", |
| 14 | - "libVersion": "2.4.2", | |
| 15 | - "appid": "wx04262fa98a7de5b6", | |
| 16 | - "projectname": "%E6%B5%B7%E5%B3%A1%E8%87%AA%E7%84%B6%E4%BA%BA", | |
| 17 | - "debugOptions": { | |
| 18 | - "hidedInDevtools": [] | |
| 19 | - }, | |
| 14 | + "libVersion": "2.2.2", | |
| 15 | + "appid": "wxe91c67adba6ac02d", | |
| 16 | + "projectname": "%E8%87%AA%E7%84%B6%E4%BA%BA%E7%A8%8E%E6%94%B6", | |
| 20 | 17 | "isGameTourist": false, |
| 21 | 18 | "condition": { |
| 22 | 19 | "search": { | ... | ... |
请
注册
或
登录
后发表评论