bill 1 年之前
父節點
當前提交
8d096998bb
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/base/components/loading/index.js

+ 3 - 3
src/components/base/components/loading/index.js

@@ -15,9 +15,9 @@ Loading.use = function use(app) {
       closeStack.push({ key, close: destroy });
     }
 
-    setTimeout(() => {
-      Loading.hide();
-    }, 3000);
+    // setTimeout(() => {
+    //   Loading.hide();
+    // }, 3000);
   };
   Loading.hide = function (hkey) {
     if (closeStack.length) {