This commit is contained in:
zhaofang
2022-09-21 19:59:30 +08:00
parent 6ff4c51444
commit 8dc374cb65
11 changed files with 401 additions and 59 deletions

View File

@@ -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:{