浏览代码

no message

linwenxin 1 月之前
父节点
当前提交
4675efd395
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,