bill il y a 1 an
Parent
commit
04ed9cff9d
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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) {