[baozhangchao] 3 years ago
parent
commit
d7f2ef5e39
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/utils/initial.js

+ 4
- 1
src/utils/initial.js View File

@@ -87,7 +87,10 @@ export function Login () {
87 87
       console.error(error)
88 88
     }
89 89
 
90
-    hideLoading()
90
+    setTimeout(() => {
91
+      hideLoading()
92
+
93
+    }, 1000);
91 94
 
92 95
     return;
93 96
   })