|
@@ -73,7 +73,7 @@ export const $http = (url, method, data, json, loadingBool = false, isExecute =
|
|
return Promise.reject(new Error(res.message || 'Error'))
|
|
return Promise.reject(new Error(res.message || 'Error'))
|
|
}
|
|
}
|
|
if (res.code === 4444) {
|
|
if (res.code === 4444) {
|
|
- removeQueryParams(['x-token', 'code'])
|
|
|
|
|
|
+ removeQueryParams(['x-token'])
|
|
return {}
|
|
return {}
|
|
}
|
|
}
|
|
if (res.code === 1001) {
|
|
if (res.code === 1001) {
|
|
@@ -284,7 +284,7 @@ export const axios = function (obj = {}) {
|
|
}
|
|
}
|
|
|
|
|
|
if (res.code === 4444) {
|
|
if (res.code === 4444) {
|
|
- removeQueryParams(['x-token', 'code'])
|
|
|
|
|
|
+ removeQueryParams(['x-token'])
|
|
reject(new Error(res.message || 'Error'))
|
|
reject(new Error(res.message || 'Error'))
|
|
return {}
|
|
return {}
|
|
}
|
|
}
|