xbx #118

Merged
theluyuan merged 10 commits from xbx into master 2020-11-06 15:45:06 +00:00
Showing only changes of commit 739c31116e - Show all commits

View File

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