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');