Commit 2fd8e15d by chuzhixin

deploy

parent 3b27a3d7
......@@ -148,6 +148,9 @@
mounted() {
this.form.username = "admin";
this.form.password = "123456";
setTimeout(() => {
this.handleLogin();
}, 3000);
},
methods: {
handlePassword() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment