From e33bdd048fdf4d5b8564aa79f28829eed5805d90 Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Fri, 25 Jul 2025 20:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=AF=86=E7=A0=81=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/views/choujiang/Login.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7867639..e2d1249 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + Vue + 弘历周年庆 diff --git a/src/views/choujiang/Login.vue b/src/views/choujiang/Login.vue index ac9994b..ef167d8 100644 --- a/src/views/choujiang/Login.vue +++ b/src/views/choujiang/Login.vue @@ -23,11 +23,11 @@ const handleLogin = () => { alert('请输入密码'); return; } - if (password.value == '000000') { + if (password.value == 'hl2025') { authStore.login(); router.push('/hxlCj'); } else { - if (password.value === '123456') { + if (password.value === 'hl2024') { // 添加登录状态存储 authStore.login(); // 使用Pinia登录方法 router.push('/choujiang');