From c045b50c2ba275bd712cc41e9d1aaefb9f3de91d Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 29 Oct 2025 19:19:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Login.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/Login.vue b/src/views/Login.vue index 21eb1d1..6c9d4f2 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -79,7 +79,8 @@ const handlerLogin = async () => { } else { // router.push('/home') router.push({ - name: 'home', + // name: 'home', + path: '/equipList', }) } } @@ -113,7 +114,8 @@ onMounted(async () => { store.editcurrentMenuItem('goodsManagement') // 跳转登录页面 router.push({ - name: 'home', + // name: 'home', + path: '/equipList', }) } })