chuzhixin 4 년 전
부모
커밋
2fd8e15dc5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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() {