diff --git a/src/apps/AppMonitoringObject/Detail.vue b/src/apps/AppMonitoringObject/Detail.vue index c92b90ff..34defbb2 100644 --- a/src/apps/AppMonitoringObject/Detail.vue +++ b/src/apps/AppMonitoringObject/Detail.vue @@ -305,7 +305,7 @@ export default { this.id = query.id }, onShow() { - document.title = '居民详情' + document.title = '监测对象详情' uni.$on('reload', () => { this.getInfo() })