This commit is contained in:
2026-03-22 14:23:14 +08:00
parent 7325106ae7
commit 50eca82286

View File

@@ -13,7 +13,7 @@ const router = useRouter()
// 已登录则跳转首页
watchEffect(() => {
if (unref(isLogin)) {
router.push('/dashboard')
router.push('/monisuo/dashboard')
}
})