个人中心退回
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -216,6 +216,7 @@ const logout = () => { | ... | @@ -216,6 +216,7 @@ const logout = () => { |
| 216 | return useUserStore().logOut() | 216 | return useUserStore().logOut() |
| 217 | }).then(() => { | 217 | }).then(() => { |
| 218 | isLogin.value = true | 218 | isLogin.value = true |
| 219 | router.push('/') | ||
| 219 | location.reload() | 220 | location.reload() |
| 220 | }) | 221 | }) |
| 221 | } | 222 | } | ... | ... |
-
Please register or sign in to post a comment