2887d335 by zhangmeng

个人中心退回

1 parent df5e737f
......@@ -216,6 +216,7 @@ const logout = () => {
return useUserStore().logOut()
}).then(() => {
isLogin.value = true
router.push('/')
location.reload()
})
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!