소스 검색

no message

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) {