|
@@ -14,7 +14,7 @@ const program = {
|
|
APPNVUE: 'app',
|
|
APPNVUE: 'app',
|
|
WEIXIN: 'miniProgram'
|
|
WEIXIN: 'miniProgram'
|
|
}
|
|
}
|
|
-const whiteCodes = [200, 201, 4444]
|
|
|
|
|
|
+const whiteCodes = [200, 201]
|
|
|
|
|
|
export const $http = (url, method, data, json, loadingBool = false, isExecute = true, isForm = false) => {
|
|
export const $http = (url, method, data, json, loadingBool = false, isExecute = true, isForm = false) => {
|
|
//设置请求前拦截器
|
|
//设置请求前拦截器
|
|
@@ -59,7 +59,7 @@ export const $http = (url, method, data, json, loadingBool = false, isExecute =
|
|
if (~res.message.indexOf('USERPAYING')) {
|
|
if (~res.message.indexOf('USERPAYING')) {
|
|
return Promise.reject(new Error(res.message || 'Error'))
|
|
return Promise.reject(new Error(res.message || 'Error'))
|
|
}
|
|
}
|
|
- if (res.code === 4440) {
|
|
|
|
|
|
+ if (res.code === 4444) {
|
|
location.reload()
|
|
location.reload()
|
|
return {}
|
|
return {}
|
|
}
|
|
}
|
|
@@ -270,7 +270,7 @@ export const axios = function (obj = {}) {
|
|
return {}
|
|
return {}
|
|
}
|
|
}
|
|
|
|
|
|
- if (res.code === 4440) {
|
|
|
|
|
|
+ if (res.code === 4444) {
|
|
location.reload()
|
|
location.reload()
|
|
reject(new Error(res.message || 'Error'))
|
|
reject(new Error(res.message || 'Error'))
|
|
return {}
|
|
return {}
|