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