From ddcb9f320e3cb2a6d38349f670276c44e7bdda19 Mon Sep 17 00:00:00 2001 From: houjunxiang Date: Wed, 11 Mar 2026 17:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 073d326..157f59a 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -57,8 +57,8 @@ import callCheckUpdate from '@/nx/utils/check-update' const loading = ref(false) const captchaEnable = true let loginInfo = reactive({ - username: 'ytjyAdmin', - password: 'P@ssword25', + username: '', + password: '', captchaVerification: '' })