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