bill 1 tahun lalu
induk
melakukan
8d096998bb
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  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 });
       closeStack.push({ key, close: destroy });
     }
     }
 
 
-    setTimeout(() => {
-      Loading.hide();
-    }, 3000);
+    // setTimeout(() => {
+    //   Loading.hide();
+    // }, 3000);
   };
   };
   Loading.hide = function (hkey) {
   Loading.hide = function (hkey) {
     if (closeStack.length) {
     if (closeStack.length) {