linwenxin hai 1 mes
pai
achega
4675efd395
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,