Ver Fonte

no message

linwenxin há 1 mês atrás
pai
commit
4675efd395
1 ficheiros alterados com 1 adições e 1 exclusões
  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,