From 2fd8e15dc52fcd8366ca78be8a873882f825c3fc Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Fri, 14 Aug 2020 21:35:50 +0800 Subject: [PATCH] deploy --- src/views/login/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 336d8ef..1db03e6 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -148,6 +148,9 @@ mounted() { this.form.username = "admin"; this.form.password = "123456"; + setTimeout(() => { + this.handleLogin(); + }, 3000); }, methods: { handlePassword() {