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