linwenxin 1 miesiąc temu
rodzic
commit
4675efd395
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/common/http/index.js

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

@@ -167,7 +167,7 @@ export const $http = (url, method, data, json, loadingBool = false, isExecute =
       var i = 0
       var digui = function () {
         i++
-        if ((store?.getters?.token && store?.getters?.userId) || i == 60) {
+        if ((store?.getters?.token && store?.getters?.userId) || i == 600) {
           http
             .request({
               method: method,