点赞/评论/个人主页功能完善

This commit is contained in:
2023-07-05 19:32:07 +08:00
parent ca49ce55c5
commit d8e6771cfe
11 changed files with 473 additions and 62 deletions

View File

@@ -63,7 +63,9 @@ export default {
offset: 50
});
setTimeout(()=>{
window.location.reload();
this.$router.push({
path:'/home',
})
},1000)
}