This commit is contained in:
liuye
2022-03-29 15:17:47 +08:00
parent 46e76159e8
commit 488d0de5c2

View File

@@ -305,7 +305,7 @@ export default {
this.id = query.id
},
onShow() {
document.title = '居民详情'
document.title = '监测对象详情'
uni.$on('reload', () => {
this.getInfo()
})