尾部导航

This commit is contained in:
cxc
2022-11-17 17:29:47 +08:00
parent c2327f30cb
commit 7dc27a03ea
54 changed files with 956 additions and 433 deletions

View File

@ -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;