跳转个人页面

This commit is contained in:
luyuan 2020-11-06 23:02:32 +08:00
parent cf1e2ed768
commit 739c31116e
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -328,7 +328,10 @@ export default defineComponent({
} }
function toindex(){ function toindex(){
router.push("/") if(!store.state.islogin){
return ;
}
router.push("/mine/archives")
} }
return { return {