be754a27 by 华明祺

no message

1 parent f391b4a8
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
......
...@@ -64,5 +64,10 @@ ...@@ -64,5 +64,10 @@
64 }, 64 },
65 "vueVersion" : "3", 65 "vueVersion" : "3",
66 "fallbackLocale" : "zh-Hans", 66 "fallbackLocale" : "zh-Hans",
67 "locale" : "zh-Hans" 67 "locale" : "zh-Hans",
68 "h5" : {
69 "devServer" : {
70 "port" : 8080
71 }
72 }
68 } 73 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!