From 64c86783befab17ed3a840551cd2a7b4920ec272 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 30 Sep 2024 15:28:55 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E6=B8=85=E7=A9=BA=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 85fc692..9861d60 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -35,8 +35,10 @@ import { User,Lock, Key } from '@element-plus/icons-vue' const router = useRouter() const authStore = useAuthStore() const loginForm = reactive({ - username: 'voice', - password: 'voice@123', + username: '', + password: '', + // username: 'admin', + // password: '123456', code: '', uuid: '' })