mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
修改个人主页的url规则
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
methods:{
|
||||
toHome() {
|
||||
// ,query:{id:item.objId || item.id}
|
||||
this.$router.push({path:'/home/index?id='+this.aid})
|
||||
this.$router.push({path:this.$xpage.getHomePath(this.aid)})
|
||||
}
|
||||
},
|
||||
watch:{
|
||||
|
||||
Reference in New Issue
Block a user