bill 1 year ago
parent
commit
04ed9cff9d
1 changed files with 3 additions and 3 deletions
  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) {