mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
留言
This commit is contained in:
@@ -37,6 +37,10 @@ import { userAvatarText } from "@/utils/tools.js";
|
||||
type:String,
|
||||
default:''
|
||||
},
|
||||
aid:{
|
||||
type:String,
|
||||
default:''
|
||||
},
|
||||
info:{
|
||||
type:String,
|
||||
default:''
|
||||
@@ -69,7 +73,7 @@ import { userAvatarText } from "@/utils/tools.js";
|
||||
methods:{
|
||||
toHome() {
|
||||
// ,query:{id:item.objId || item.id}
|
||||
this.$router.push({path:'/homePage'})
|
||||
this.$router.push({path:'/homePage?id='+this.aid})
|
||||
}
|
||||
},
|
||||
watch:{
|
||||
|
||||
Reference in New Issue
Block a user