be754a27 by 华明祺

no message

1 parent f391b4a8
da9a353e4cdbbf722dec18c070ce270e
\ No newline at end of file
......@@ -87,7 +87,7 @@ function getInfo() {
// uni.setStorageSync('perId', personInfo.perId||-1)
app.globalData.deptType = user.dept.deptType
app.globalData.genFlag = user.dept.genFlag
user.dept.deptType = '3'
// user.dept.deptType = '3'
switch (user.dept.deptType) {
case '1': // 中跆协
app.globalData.userType = '1'
......
......@@ -5,7 +5,7 @@
// staging 会员系统
// const baseUrl_api = "http://22yidpjzjifv.ngrok.xiaomiqiu123.top/stage-api/";
// const baseUrl_api = "http://123.60.96.243/stage-api/";
const baseUrl_api = 'http://192.168.1.98:8787'
const baseUrl_api = 'http://192.168.1.97:8787'
// const baseUrl_api = 'https://ztx.itechtop.cn/stage-api'
// const baseUrl_api = 'https://tkcn.19wk.cn:8443/stage-api'
......
......@@ -64,5 +64,10 @@
},
"vueVersion" : "3",
"fallbackLocale" : "zh-Hans",
"locale" : "zh-Hans"
"locale" : "zh-Hans",
"h5" : {
"devServer" : {
"port" : 8080
}
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!