From 4b766bbeed875ea62f0bb44a4d5bc506fa6a94b9 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 23 Dec 2021 16:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8Ftitle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppCountryAlbum/detail.vue | 1 + src/apps/AppCountryAlbum/list.vue | 1 + src/apps/AppMailList/add.vue | 1 + src/apps/AppMailList/list.vue | 1 + src/apps/AppMailList/myAddList.vue | 2 +- src/apps/AppServicePublic/Add.vue | 1 + src/apps/AppServicePublic/Detail.vue | 1 + src/apps/AppSpecialPeople/add.vue | 1 + src/apps/AppSpecialPeople/detail.vue | 2 +- src/apps/AppVideoSurveillance/AppVideoSurveillance.vue | 1 + src/apps/AppVideoSurveillance/monitorDetail.vue | 1 + 11 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/apps/AppCountryAlbum/detail.vue b/src/apps/AppCountryAlbum/detail.vue index 79f3d057..0bd8941a 100644 --- a/src/apps/AppCountryAlbum/detail.vue +++ b/src/apps/AppCountryAlbum/detail.vue @@ -60,6 +60,7 @@ export default { console.log(this.params) this.getList() this.getStatistic() + uni.setNavigationBarTitle({title: '乡村相册'}) }, methods: { diff --git a/src/apps/AppCountryAlbum/list.vue b/src/apps/AppCountryAlbum/list.vue index b0178446..65117c73 100644 --- a/src/apps/AppCountryAlbum/list.vue +++ b/src/apps/AppCountryAlbum/list.vue @@ -38,6 +38,7 @@ export default { this.areaId = this.user.areaId this.areaName = this.user.areaName this.getList() + uni.setNavigationBarTitle({title: '乡村相册'}) }, methods: { diff --git a/src/apps/AppMailList/add.vue b/src/apps/AppMailList/add.vue index d3ea578f..6a4ec9dc 100644 --- a/src/apps/AppMailList/add.vue +++ b/src/apps/AppMailList/add.vue @@ -78,6 +78,7 @@ export default { this.getDetail() } }) + uni.setNavigationBarTitle({title: '新增'}) }, methods: { diff --git a/src/apps/AppMailList/list.vue b/src/apps/AppMailList/list.vue index 5e8161be..b983049f 100644 --- a/src/apps/AppMailList/list.vue +++ b/src/apps/AppMailList/list.vue @@ -43,6 +43,7 @@ export default { computed: { ...mapState(['user']) }, mounted() { this.getList() + uni.setNavigationBarTitle({title: '便民通讯录'}) }, methods: { diff --git a/src/apps/AppMailList/myAddList.vue b/src/apps/AppMailList/myAddList.vue index 4e827096..e7f1e25e 100644 --- a/src/apps/AppMailList/myAddList.vue +++ b/src/apps/AppMailList/myAddList.vue @@ -33,8 +33,8 @@ export default { }, computed: { ...mapState(['user']) }, mounted() { - console.log(this.user) this.getList() + uni.setNavigationBarTitle({title: '便民通讯录'}) }, methods: { diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue index ca203cb0..b3a0802c 100644 --- a/src/apps/AppServicePublic/Add.vue +++ b/src/apps/AppServicePublic/Add.vue @@ -72,6 +72,7 @@ export default { this.forms.areaId = this.user.areaId this.listName = o.listName this.getType() + uni.setNavigationBarTitle({title: this.listName}) }, mounted() {}, diff --git a/src/apps/AppServicePublic/Detail.vue b/src/apps/AppServicePublic/Detail.vue index d2b9cbd7..8474747f 100644 --- a/src/apps/AppServicePublic/Detail.vue +++ b/src/apps/AppServicePublic/Detail.vue @@ -40,6 +40,7 @@ export default { this.id = o.id this.listName = o.listName this.getType() + uni.setNavigationBarTitle({title: this.listName}) }, mounted() {}, methods: { diff --git a/src/apps/AppSpecialPeople/add.vue b/src/apps/AppSpecialPeople/add.vue index e6562c48..67e632ae 100644 --- a/src/apps/AppSpecialPeople/add.vue +++ b/src/apps/AppSpecialPeople/add.vue @@ -155,6 +155,7 @@ export default { computed: { ...mapState(['user']) }, created() { this.getType() + uni.setNavigationBarTitle({title: '新增人员'}) }, methods: { diff --git a/src/apps/AppSpecialPeople/detail.vue b/src/apps/AppSpecialPeople/detail.vue index 72fd103d..474c90ec 100644 --- a/src/apps/AppSpecialPeople/detail.vue +++ b/src/apps/AppSpecialPeople/detail.vue @@ -89,12 +89,12 @@ export default { }, computed: { ...mapState(['user']) }, created() { - console.log(1111) this.areaId = this.user.areaId this.areaName = this.user.areaName this.getStatistic() this.getStatisticMon() this.getUserList() + uni.setNavigationBarTitle({title: '特殊人群管理'}) }, methods: { diff --git a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue index 070b7d37..9fb89745 100644 --- a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue +++ b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue @@ -177,6 +177,7 @@ export default { this.areaId = this.user.areaId this.areaName = this.user.areaName this.getList() + uni.setNavigationBarTitle({title: '视频监控'}) // this.getMonitors() }, mounted() { diff --git a/src/apps/AppVideoSurveillance/monitorDetail.vue b/src/apps/AppVideoSurveillance/monitorDetail.vue index 6d80b9dd..0eebc2ed 100644 --- a/src/apps/AppVideoSurveillance/monitorDetail.vue +++ b/src/apps/AppVideoSurveillance/monitorDetail.vue @@ -22,6 +22,7 @@ export default { this.$nextTick(() => { this.detectOrient() }) + uni.setNavigationBarTitle({title: '视频监控'}) }, methods: {