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() {