瀏覽代碼

no message

linwenxin 2 周之前
父節點
當前提交
f2ad324c01
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/http/index.js

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

@@ -98,7 +98,7 @@ export const $http = (url, method, data, json, loadingBool = false, isExecute =
         webLogin(true)
         return {}
       }
-      if (res.code === 1001) {
+      if ([1001, 501].includes(res.code)) {
         webLogin(true)
         return {}
       } else if (res.code === 4001) {