作品广场

This commit is contained in:
X1627315083
2024-05-16 17:14:22 +08:00
parent 5518ac09c6
commit 601e68bcff
13 changed files with 200 additions and 63 deletions

View File

@@ -323,7 +323,7 @@ export default defineComponent({
},
retrieveHome(record:any){
this.$router.push({name:'homePage',params: {id:record.id}})
this.$router.push({name:'homePage',params: {id:record.id,type:'History'}})
},
setPublish(record:any){