From 325ad50eb6de68a3af2d86de649e98035a8c402f Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 12 Jan 2022 17:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E4=B9=A1=E7=99=BB=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppEpidemicSituation/BackUserList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', () => {