@@ -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) {