Update src/views/user/UserLoginView.vue

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2026-01-11 21:58:43 +08:00
committed by GitHub
parent 82a2acbdbe
commit 8b09394295

View File

@@ -125,7 +125,7 @@ const handleSubmit = async (data: any) => {
userStore.updateUserLoginStatus({
userName: response.data.userAccount,
userRole: ACCESS_ENUM.USER,
});
});
// 跳转到首页
router.push("/home");