linwenxin 1 Minggu lalu
induk
melakukan
f2ad324c01
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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) {