整理个人主页不对的,或未完善的地方

This commit is contained in:
daihh
2022-10-14 16:17:18 +08:00
parent 394352ef3d
commit 216ac6b0a3
13 changed files with 342 additions and 187 deletions

View File

@@ -126,8 +126,17 @@
// }
// }
// },
mounted() {
created(){
if(this.$route.query.id && this.$route.query.id!=''){
this.init();
}else{
//this.$message.error("参数错误");
//跳转到错误页面
this.$router.push({path:'/404'})
}
},
mounted() {
},
methods:{
init(){