修改个人主页的url规则

This commit is contained in:
daihh
2022-10-14 18:29:06 +08:00
parent 56584d7823
commit 164225f67e
13 changed files with 57 additions and 40 deletions

View File

@@ -95,13 +95,14 @@
}
}
},
watch:{
},
mounted() {
this.pageId = this.$route.query.id;
this.getList();
created() {
this.pageId =this.$xpage.getHomeId(this.$route);
if(this.pageId){
this.getList();
}else{
this.$router.push({path:'/404'})
}
},
methods: {
delReplySon(item,index) { //子级的删除手动删掉,调用保存接口