|
|
@ -2,7 +2,7 @@ |
|
|
App({ |
|
|
App({ |
|
|
gw: { |
|
|
gw: { |
|
|
hostUrl: 'https://www.1hjz.cn', |
|
|
hostUrl: 'https://www.1hjz.cn', |
|
|
//hostUrl: 'https://test.1hjz.cn/',
|
|
|
|
|
|
|
|
|
// hostUrl: 'https://test.1hjz.cn',
|
|
|
mapUrl:'https://api.map.baidu.com', |
|
|
mapUrl:'https://api.map.baidu.com', |
|
|
systemInfo : null,//系统信息
|
|
|
systemInfo : null,//系统信息
|
|
|
}, |
|
|
}, |
|
|
@ -110,7 +110,6 @@ App({ |
|
|
that.globalData.sessionId= data.response.sessionId; |
|
|
that.globalData.sessionId= data.response.sessionId; |
|
|
wx.setStorageSync('sessionId', data.response.sessionId); |
|
|
wx.setStorageSync('sessionId', data.response.sessionId); |
|
|
console.log('sessionId : ' + data.response.sessionId); |
|
|
console.log('sessionId : ' + data.response.sessionId); |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
fail: function (e) { |
|
|
fail: function (e) { |
|
|
wx.showToast({ |
|
|
wx.showToast({ |
|
|
|