diff --git a/src/apps/AppEpidemicSituation/BackUserList.vue b/src/apps/AppEpidemicSituation/BackUserList.vue index 568ece78..669397d0 100644 --- a/src/apps/AppEpidemicSituation/BackUserList.vue +++ b/src/apps/AppEpidemicSituation/BackUserList.vue @@ -64,7 +64,7 @@ export default { computed: { ...mapState(['user']) }, onShow() { this.areaId = this.user.areaId - document.title = '返乡人员信息' + document.title = '返乡登记' this.getList() this.getTotal() uni.$on('updateList', () => {