Commit f0df06e5 authored by liuyuping's avatar liuyuping

'2022-4-7'

parent 55611f2f
......@@ -46,9 +46,12 @@ App({
// appBaseUrl: 'https://safe.c-icc.cn:8035',
// appBaseUrlV2: 'https://safe.c-icc.cn:8036',
// appBaseUrlV3: 'https://safe.c-icc.cn:8030',
appBaseUrl: 'https://www.kuangshanzhixing.cn:8035',
appBaseUrlV2: 'https://www.kuangshanzhixing.cn:8036',
appBaseUrlV3: 'https://www.kuangshanzhixing.cn:8030',
// appBaseUrl: 'https://www.kuangshanzhixing.cn:8035',
// appBaseUrlV2: 'https://www.kuangshanzhixing.cn:8036',
// appBaseUrlV3: 'https://www.kuangshanzhixing.cn:8030',
appBaseUrl: 'https://whjqaqscxt.weihai.cn',
appBaseUrlV2: 'https://whjqaqscxt.weihai.cn',
appBaseUrlV3: 'https://whjqaqscxt.weihai.cn',
// appBaseUrl: 'https://8.143.198.78:8035',
// appBaseUrlV2: 'https://8.143.198.78:8036',
// appBaseUrlV3: 'https://8.143.198.78:8030',
......
......@@ -326,6 +326,9 @@ Page({
wx.request({
url: app.globalData.appBaseUrlV2 + '/auth/code',
method: 'GET',
header: {
"Content-type": "application/json"
},
success: (res) => {
this.uuid = res.data.uuid
this.setData({
......@@ -591,7 +594,7 @@ Page({
isLogin1Loading: true
})
wx.request({
url: app.globalData.appBaseUrlV2 + '/api/auth/login',
url: app.globalData.appBaseUrlV2 + '/auth/login',
method: 'POST',
data: {
username: this.data.login1Username,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment