chuzhixin %!s(int64=4) %!d(string=hai) anos
pai
achega
2fd8e15dc5
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/views/login/index.vue

+ 3 - 0
src/views/login/index.vue

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