bill 1 년 전
부모
커밋
04ed9cff9d
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) {