|
@@ -91,13 +91,13 @@ export const $http = (url, method, data, json, loadingBool = false, isExecute =
|
|
|
if (~res.message.indexOf('USERPAYING')) {
|
|
|
return Promise.reject(new Error(res.message || 'Error'))
|
|
|
}
|
|
|
- if (res.code === 4444) {
|
|
|
- // #ifdef H5
|
|
|
- uni.removeStorageSync(`APPID${getQueryVariable('appid')}_token`)
|
|
|
- // #endif
|
|
|
- webLogin(true)
|
|
|
- return {}
|
|
|
- }
|
|
|
+ // if (res.code === 4444) {
|
|
|
+ // // #ifdef H5
|
|
|
+ // uni.removeStorageSync(`APPID${getQueryVariable('appid')}_token`)
|
|
|
+ // // #endif
|
|
|
+ // webLogin(true)
|
|
|
+ // return {}
|
|
|
+ // }
|
|
|
if (res.code === 1001) {
|
|
|
webLogin(true)
|
|
|
return {}
|
|
@@ -303,14 +303,14 @@ export const axios = function (obj = {}) {
|
|
|
return {}
|
|
|
}
|
|
|
|
|
|
- if (res.code === 4444) {
|
|
|
- // #ifdef H5
|
|
|
- uni.removeStorageSync(`APPID${getQueryVariable('appid')}_token`)
|
|
|
- // #endif
|
|
|
- webLogin(true)
|
|
|
- reject(new Error(res.message || 'Error'))
|
|
|
- return {}
|
|
|
- }
|
|
|
+ // if (res.code === 4444) {
|
|
|
+ // // #ifdef H5
|
|
|
+ // uni.removeStorageSync(`APPID${getQueryVariable('appid')}_token`)
|
|
|
+ // // #endif
|
|
|
+ // webLogin(true)
|
|
|
+ // reject(new Error(res.message || 'Error'))
|
|
|
+ // return {}
|
|
|
+ // }
|
|
|
|
|
|
if (res.message || res.code) {
|
|
|
uni.showToast({
|