sanqi73 1 ماه پیش
والد
کامیت
bc3752181f
2فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 5 3
      README.md
  2. 1 1
      src/components/Login/login.vue

+ 5 - 3
README.md

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

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

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