mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
修改个人主页的url规则
This commit is contained in:
@@ -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) { //子级的删除手动删掉,调用保存接口
|
||||
|
||||
Reference in New Issue
Block a user