This commit is contained in:
chuzhixin 2020-08-14 21:35:50 +08:00
parent 3b27a3d776
commit 2fd8e15dc5

View File

@ -148,6 +148,9 @@
mounted() {
this.form.username = "admin";
this.form.password = "123456";
setTimeout(() => {
this.handleLogin();
}, 3000);
},
methods: {
handlePassword() {