mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
deploy
This commit is contained in:
parent
3b27a3d776
commit
2fd8e15dc5
@ -148,6 +148,9 @@
|
||||
mounted() {
|
||||
this.form.username = "admin";
|
||||
this.form.password = "123456";
|
||||
setTimeout(() => {
|
||||
this.handleLogin();
|
||||
}, 3000);
|
||||
},
|
||||
methods: {
|
||||
handlePassword() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user