From de2058556094f7a9cf8036860285197ca5449a7b Mon Sep 17 00:00:00 2001 From: bestlee Date: Tue, 30 Jun 2026 11:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8E=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=B7=AF=E7=94=B1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index a839358..29aa407 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -15,7 +15,7 @@ const onSubmit = async (values) => { try { const res = await loginApi(values); localStorage.setItem('token', res.data.access_token); - router.push({ path: '/applyList' }); + router.push({ path: '/waitList' }); } finally { btnLoading.value = false; }