Commit f0df06e5 authored by liuyuping's avatar liuyuping

'2022-4-7'

parent 55611f2f
...@@ -46,9 +46,12 @@ App({ ...@@ -46,9 +46,12 @@ App({
// appBaseUrl: 'https://safe.c-icc.cn:8035', // appBaseUrl: 'https://safe.c-icc.cn:8035',
// appBaseUrlV2: 'https://safe.c-icc.cn:8036', // appBaseUrlV2: 'https://safe.c-icc.cn:8036',
// appBaseUrlV3: 'https://safe.c-icc.cn:8030', // appBaseUrlV3: 'https://safe.c-icc.cn:8030',
appBaseUrl: 'https://www.kuangshanzhixing.cn:8035', // appBaseUrl: 'https://www.kuangshanzhixing.cn:8035',
appBaseUrlV2: 'https://www.kuangshanzhixing.cn:8036', // appBaseUrlV2: 'https://www.kuangshanzhixing.cn:8036',
appBaseUrlV3: 'https://www.kuangshanzhixing.cn:8030', // 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', // appBaseUrl: 'https://8.143.198.78:8035',
// appBaseUrlV2: 'https://8.143.198.78:8036', // appBaseUrlV2: 'https://8.143.198.78:8036',
// appBaseUrlV3: 'https://8.143.198.78:8030', // appBaseUrlV3: 'https://8.143.198.78:8030',
......
...@@ -326,6 +326,9 @@ Page({ ...@@ -326,6 +326,9 @@ Page({
wx.request({ wx.request({
url: app.globalData.appBaseUrlV2 + '/auth/code', url: app.globalData.appBaseUrlV2 + '/auth/code',
method: 'GET', method: 'GET',
header: {
"Content-type": "application/json"
},
success: (res) => { success: (res) => {
this.uuid = res.data.uuid this.uuid = res.data.uuid
this.setData({ this.setData({
...@@ -591,7 +594,7 @@ Page({ ...@@ -591,7 +594,7 @@ Page({
isLogin1Loading: true isLogin1Loading: true
}) })
wx.request({ wx.request({
url: app.globalData.appBaseUrlV2 + '/api/auth/login', url: app.globalData.appBaseUrlV2 + '/auth/login',
method: 'POST', method: 'POST',
data: { data: {
username: this.data.login1Username, 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