Update src/views/user/UserLoginView.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -125,7 +125,7 @@ const handleSubmit = async (data: any) => {
|
|||||||
userStore.updateUserLoginStatus({
|
userStore.updateUserLoginStatus({
|
||||||
userName: response.data.userAccount,
|
userName: response.data.userAccount,
|
||||||
userRole: ACCESS_ENUM.USER,
|
userRole: ACCESS_ENUM.USER,
|
||||||
});
|
});
|
||||||
|
|
||||||
// 跳转到首页
|
// 跳转到首页
|
||||||
router.push("/home");
|
router.push("/home");
|
||||||
|
|||||||
Reference in New Issue
Block a user