From ea9047ee2a48e26b7c1bc3bbf6da66fc3ceab92a Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Thu, 17 Oct 2024 22:47:27 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E6=B8=85=E7=A9=BA=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 e442e96..bb88587 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -43,8 +43,8 @@ import {User, Lock, Key} from '@element-plus/icons-vue' const router = useRouter() const authStore = useAuthStore() const loginForm = reactive({ - username: 'superAdmin', - password: '123456', + username: '', + password: '', code: '', uuid: '' })