2887d335 by zhangmeng

个人中心退回

1 parent df5e737f
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!