From 44e3679787e8202c1a3abdb70dfaf0405e377978 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 30 Sep 2024 15:27:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 98bdd88..85fc692 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -35,8 +35,8 @@ import { User,Lock, Key } from '@element-plus/icons-vue' const router = useRouter() const authStore = useAuthStore() const loginForm = reactive({ - username: 'admin', - password: '123456', + username: 'voice', + password: 'voice@123', code: '', uuid: '' })