linwenxin 1 週間 前
コミット
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) {