chuzhixin 4 gadi atpakaļ
vecāks
revīzija
2fd8e15dc5
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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() {