修改个人主页的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

@@ -74,7 +74,7 @@
toHome() {
// ,query:{id:item.objId || item.id}
if(this.aid){
this.$router.push({path:'/home/index?id='+this.aid})
this.$router.push({path:this.$xpage.getHomePath(this.aid)})
}else{
this.$message.error("参数错误");
}