跳转个人页面
This commit is contained in:
parent
cf1e2ed768
commit
739c31116e
@ -328,7 +328,10 @@ export default defineComponent({
|
||||
|
||||
}
|
||||
function toindex(){
|
||||
router.push("/")
|
||||
if(!store.state.islogin){
|
||||
return ;
|
||||
}
|
||||
router.push("/mine/archives")
|
||||
}
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user