This commit is contained in:
bb_pan 2025-10-29 19:19:55 +08:00
parent b3e2d5ddd3
commit c045b50c2b
1 changed files with 4 additions and 2 deletions

View File

@ -79,7 +79,8 @@ const handlerLogin = async () => {
} else { } else {
// router.push('/home') // router.push('/home')
router.push({ router.push({
name: 'home', // name: 'home',
path: '/equipList',
}) })
} }
} }
@ -113,7 +114,8 @@ onMounted(async () => {
store.editcurrentMenuItem('goodsManagement') store.editcurrentMenuItem('goodsManagement')
// //
router.push({ router.push({
name: 'home', // name: 'home',
path: '/equipList',
}) })
} }
}) })