sanqi73 2 napja
szülő
commit
bc3752181f
2 módosított fájl, 6 hozzáadás és 4 törlés
  1. 5 3
      README.md
  2. 1 1
      src/components/Login/login.vue

+ 5 - 3
README.md

@@ -1,25 +1,27 @@
-# t
-
 ## Project setup
+
 ```
 npm install
 ```
 
 ### Compiles and hot-reloads for development
+
 ```
 npm run serve
 ```
 
 ### Compiles and minifies for production
+
 ```
 npm run build
 ```
 
 ### Lints and fixes files
+
 ```
 npm run lint
 ```
 
 ### Customize configuration
+
 See [Configuration Reference](https://cli.vuejs.org/config/).
- 

+ 1 - 1
src/components/Login/login.vue

@@ -66,7 +66,7 @@ export default {
           loading.close();
           this.$router.push({ name: 'previews' }); // 登录成功,跳转到主页
 
-        }, 0);
+        }, 1000);
       } else {
         this.dialogVisible = true; // 显示错误提示
       }