From 522eff97f8575d32eb304bcb7c86757200f4693f Mon Sep 17 00:00:00 2001 From: dqz Date: Mon, 17 Mar 2025 08:28:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 d64e2f1..d9c02e0 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -146,6 +146,9 @@ onBeforeMount(async () => { onMounted(() => { window.document.addEventListener("keypress", onkeypress); + // 临时登录 + ruleForm.password = "admin123" + onLogin(ruleFormRef.value); }); onBeforeUnmount(() => {