This commit is contained in:
liuye
2021-12-24 19:57:02 +08:00
parent 9ac4b84ccb
commit 4b63247b75
3 changed files with 9 additions and 1 deletions

View File

@@ -29,6 +29,9 @@ export default {
onChange(e) {
this.params = e.params
this.component = e.type
},
onShow() {
document.title = "特殊人群"
}
},
}