linwenxin пре 1 месец
родитељ
комит
34d911fd7c
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/common/http/index.js

+ 2 - 2
src/common/http/index.js

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