尾部导航
This commit is contained in:
@ -213,7 +213,7 @@ const handleLogin = async () => {
|
||||
userStore
|
||||
.login(formData)
|
||||
.then(() => {
|
||||
router.push({ path: redirect.value || "/" });
|
||||
router.push({ path: redirect.value || "/identity/index" });
|
||||
})
|
||||
.catch(() => {
|
||||
loading.value = false;
|
||||
|
||||
Reference in New Issue
Block a user