no message
Showing
4 changed files
with
9 additions
and
3 deletions
am5nwcI8ko.txt
0 → 100644
| 1 | da9a353e4cdbbf722dec18c070ce270e | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -87,7 +87,7 @@ function getInfo() { | ... | @@ -87,7 +87,7 @@ function getInfo() { |
| 87 | // uni.setStorageSync('perId', personInfo.perId||-1) | 87 | // uni.setStorageSync('perId', personInfo.perId||-1) |
| 88 | app.globalData.deptType = user.dept.deptType | 88 | app.globalData.deptType = user.dept.deptType |
| 89 | app.globalData.genFlag = user.dept.genFlag | 89 | app.globalData.genFlag = user.dept.genFlag |
| 90 | user.dept.deptType = '3' | 90 | // user.dept.deptType = '3' |
| 91 | switch (user.dept.deptType) { | 91 | switch (user.dept.deptType) { |
| 92 | case '1': // 中跆协 | 92 | case '1': // 中跆协 |
| 93 | app.globalData.userType = '1' | 93 | app.globalData.userType = '1' | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | // staging 会员系统 | 5 | // staging 会员系统 |
| 6 | // const baseUrl_api = "http://22yidpjzjifv.ngrok.xiaomiqiu123.top/stage-api/"; | 6 | // const baseUrl_api = "http://22yidpjzjifv.ngrok.xiaomiqiu123.top/stage-api/"; |
| 7 | // const baseUrl_api = "http://123.60.96.243/stage-api/"; | 7 | // const baseUrl_api = "http://123.60.96.243/stage-api/"; |
| 8 | const baseUrl_api = 'http://192.168.1.98:8787' | 8 | const baseUrl_api = 'http://192.168.1.97:8787' |
| 9 | // const baseUrl_api = 'https://ztx.itechtop.cn/stage-api' | 9 | // const baseUrl_api = 'https://ztx.itechtop.cn/stage-api' |
| 10 | // const baseUrl_api = 'https://tkcn.19wk.cn:8443/stage-api' | 10 | // const baseUrl_api = 'https://tkcn.19wk.cn:8443/stage-api' |
| 11 | 11 | ... | ... |
-
Please register or sign in to post a comment