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