From 50b4a98b2cfe2f976246fc55f40c549faec5580a Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 14:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppActive/AddActive.vue | 2 +- src/apps/AppActive/Detail.vue | 2 +- src/apps/AppBuilding/add.vue | 2 +- src/apps/AppBuilding/components/searchMap.vue | 2 +- src/apps/AppBuilding/detail.vue | 2 +- src/apps/AppBuilding/list.vue | 2 +- src/apps/AppBuilding/map.vue | 2 +- src/apps/AppCountryAlbum/detail.vue | 2 +- src/apps/AppCountryAlbum/list.vue | 2 +- src/apps/AppGridManagement/components/detail.vue | 2 +- src/apps/AppMailList/add.vue | 2 +- src/apps/AppMailList/list.vue | 2 +- src/apps/AppMailList/myAddList.vue | 2 +- src/apps/AppMarryAndDie/AllActiveList.vue | 2 +- src/apps/AppMarryAndDie/CadreList.vue | 2 +- src/apps/AppMarryAndDie/FuneralList.vue | 2 +- src/apps/AppMarryAndDie/MarryList.vue | 2 +- src/apps/AppMeetingNotice/AppMeetingNotice.vue | 2 +- src/apps/AppMeetingNotice/addMeeting.vue | 2 +- src/apps/AppMeetingNotice/belongToMe.vue | 2 +- src/apps/AppMeetingNotice/meetingList.vue | 4 +--- src/apps/AppPageBasic/AppPageBasic.vue | 2 +- src/apps/AppPageCivilization/AppPageCivilization.vue | 2 +- src/apps/AppPageInteraction/AppPageInteraction.vue | 2 +- src/apps/AppPageParty/AppPageParty.vue | 2 +- src/apps/AppPageResident/AppPageResident.vue | 2 +- src/apps/AppPovertyAlleviation/MonitorDetail.vue | 4 +--- src/apps/AppResidentActivitie/Add.vue | 2 +- src/apps/AppResidentActivitie/AddPosts.vue | 2 +- src/apps/AppResidentActivitie/AppResidentActivities.vue | 2 +- src/apps/AppResidentActivitie/Detail.vue | 2 +- src/apps/AppResidentDocument/AppResidentDocument.vue | 2 +- src/apps/AppResidentDocument/DetailCard.vue | 2 +- src/apps/AppResidentDocument/DetailPeople.vue | 2 +- src/apps/AppResidentFile/AppResidentFile.vue | 2 +- src/apps/AppResidentFile/GroupList.vue | 2 +- src/apps/AppResidentFile/components/document.vue | 2 +- src/apps/AppResidentFile/components/info.vue | 2 +- src/apps/AppResidentFile/resident.vue | 2 +- src/apps/AppServicePublic/Add.vue | 2 +- src/apps/AppServicePublic/AppServicePublic.vue | 2 +- src/apps/AppServicePublic/Detail.vue | 2 +- src/apps/AppSpecialPeople/add.vue | 2 +- src/apps/AppSpecialPeople/detail.vue | 2 +- src/apps/AppUniMsg/Add.vue | 2 +- src/apps/AppUniMsg/AppUniMsg.vue | 2 +- src/apps/AppUniMsg/Detail.vue | 2 +- src/apps/AppVideoSurveillance/AppVideoSurveillance.vue | 2 +- src/apps/AppVideoSurveillance/monitorDetail.vue | 2 +- src/apps/AppWalkask/AppWalkask.vue | 2 +- src/apps/AppWalkask/add.vue | 2 +- src/apps/AppWalkask/detail.vue | 2 +- src/apps/AppWalkask/walkObject.vue | 2 +- src/apps/AppWorkonline/AppWorkonline.vue | 2 +- src/apps/AppWorkonline/Detail.vue | 2 +- src/apps/AppWorkonline/Msg.vue | 2 +- src/apps/AppWorkonline/Opinion.vue | 2 +- src/apps/AppWorkonline/detail.vue | 2 +- src/sass/AppMeetingNotice/meetingList.vue | 4 +--- 59 files changed, 59 insertions(+), 65 deletions(-) diff --git a/src/apps/AppActive/AddActive.vue b/src/apps/AppActive/AddActive.vue index e298854d..fbb5f800 100644 --- a/src/apps/AppActive/AddActive.vue +++ b/src/apps/AppActive/AddActive.vue @@ -204,7 +204,7 @@ export default { this.getTopicList() console.log(option) if (option.id) { - uni.setNavigationBarTitle({ title: '编辑活动' }) + document.title = '编辑活动' this.params.id = option.id this.getDetail() } else { diff --git a/src/apps/AppActive/Detail.vue b/src/apps/AppActive/Detail.vue index cfbb2e1e..66fdd6e2 100644 --- a/src/apps/AppActive/Detail.vue +++ b/src/apps/AppActive/Detail.vue @@ -94,7 +94,7 @@ export default { item.createTime = item.createTime.substring(0, 19) }) } - uni.setNavigationBarTitle({ title: this.info.userId == this.user.id ? '我的帖子' : 'Ta的帖子' }) + document.title = this.info.userId == this.user.id ? '我的帖子' : 'Ta的帖子' this.$nextTick(() => { this.pageShow = true }) diff --git a/src/apps/AppBuilding/add.vue b/src/apps/AppBuilding/add.vue index e0c124ff..37fd604a 100644 --- a/src/apps/AppBuilding/add.vue +++ b/src/apps/AppBuilding/add.vue @@ -148,7 +148,7 @@ export default { 'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => { this.getDetail() }) - uni.setNavigationBarTitle({title: '房屋信息'}) + document.title = '房屋信息' }, methods: { diff --git a/src/apps/AppBuilding/components/searchMap.vue b/src/apps/AppBuilding/components/searchMap.vue index 0a3874b7..80f8e7e1 100644 --- a/src/apps/AppBuilding/components/searchMap.vue +++ b/src/apps/AppBuilding/components/searchMap.vue @@ -139,7 +139,7 @@ export default { this.getCenterLatLng().then(points => { this.getMarkerCluster(points) }) - uni.setNavigationBarTitle({title: '以房找人'}) + document.title = '以房找人' }, created() { this.$dict.load("communityBuildingType") diff --git a/src/apps/AppBuilding/detail.vue b/src/apps/AppBuilding/detail.vue index ff3de2cf..fe473dde 100644 --- a/src/apps/AppBuilding/detail.vue +++ b/src/apps/AppBuilding/detail.vue @@ -168,7 +168,7 @@ export default { 'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => { this.getBuilding() }) - uni.setNavigationBarTitle({title: '以房找人'}) + document.title = '以房找人' }, methods: { getSelectList(communityId) { diff --git a/src/apps/AppBuilding/list.vue b/src/apps/AppBuilding/list.vue index 367fed3a..ffaf795b 100644 --- a/src/apps/AppBuilding/list.vue +++ b/src/apps/AppBuilding/list.vue @@ -37,7 +37,7 @@ export default { this.$dict.load('BuildLocationStatus').then(() => { this.getList() }) - uni.setNavigationBarTitle({title: '楼栋列表'}) + document.title = '楼栋列表' uni.$on('updateList', () => { this.current = 1 this.getList() diff --git a/src/apps/AppBuilding/map.vue b/src/apps/AppBuilding/map.vue index c511d3e9..7be7f562 100644 --- a/src/apps/AppBuilding/map.vue +++ b/src/apps/AppBuilding/map.vue @@ -65,7 +65,7 @@ export default { computed: {...mapState(['user'])}, mounted() { this.initMap() - uni.setNavigationBarTitle({title: '以房找人'}) + document.title = '以房找人' }, methods: { initMap() { //初始化地图 diff --git a/src/apps/AppCountryAlbum/detail.vue b/src/apps/AppCountryAlbum/detail.vue index a3bdc0d3..95c2f405 100644 --- a/src/apps/AppCountryAlbum/detail.vue +++ b/src/apps/AppCountryAlbum/detail.vue @@ -60,7 +60,7 @@ export default { console.log(this.params) this.getList() this.getStatistic() - uni.setNavigationBarTitle({title: '乡村相册'}) + document.title = '乡村相册' }, methods: { diff --git a/src/apps/AppCountryAlbum/list.vue b/src/apps/AppCountryAlbum/list.vue index ad3aaf1f..1266efca 100644 --- a/src/apps/AppCountryAlbum/list.vue +++ b/src/apps/AppCountryAlbum/list.vue @@ -38,7 +38,7 @@ export default { this.areaId = this.user.areaId this.areaName = this.user.areaName this.getList() - uni.setNavigationBarTitle({title: '乡村相册'}) + document.title = '乡村相册' uni.$on('updateList', () => { this.getList() }) diff --git a/src/apps/AppGridManagement/components/detail.vue b/src/apps/AppGridManagement/components/detail.vue index 13e09eef..3a022a89 100644 --- a/src/apps/AppGridManagement/components/detail.vue +++ b/src/apps/AppGridManagement/components/detail.vue @@ -67,7 +67,7 @@ export default { this.$dict.load('girdType', 'girdLevel') this.areaId = this.user.areaId this.getLeafNodes() - uni.setNavigationBarTitle({title: '网格管理'}) + document.title = '网格管理' }, methods: { getLeafNodes() { diff --git a/src/apps/AppMailList/add.vue b/src/apps/AppMailList/add.vue index b5247c8e..f3a29363 100644 --- a/src/apps/AppMailList/add.vue +++ b/src/apps/AppMailList/add.vue @@ -78,7 +78,7 @@ export default { this.getDetail() } }) - uni.setNavigationBarTitle({title: '新增'}) + document.title = '新增' }, methods: { diff --git a/src/apps/AppMailList/list.vue b/src/apps/AppMailList/list.vue index 063ca4b3..1dd094b0 100644 --- a/src/apps/AppMailList/list.vue +++ b/src/apps/AppMailList/list.vue @@ -43,7 +43,7 @@ export default { computed: { ...mapState(['user']) }, mounted() { this.getList() - uni.setNavigationBarTitle({title: '便民通讯录'}) + document.title = '便民通讯录' }, methods: { diff --git a/src/apps/AppMailList/myAddList.vue b/src/apps/AppMailList/myAddList.vue index 638e51e8..7f28a531 100644 --- a/src/apps/AppMailList/myAddList.vue +++ b/src/apps/AppMailList/myAddList.vue @@ -34,7 +34,7 @@ export default { computed: { ...mapState(['user']) }, mounted() { this.getList() - uni.setNavigationBarTitle({title: '便民通讯录'}) + document.title = '便民通讯录' uni.$on('updateList', () => { this.getList() }) diff --git a/src/apps/AppMarryAndDie/AllActiveList.vue b/src/apps/AppMarryAndDie/AllActiveList.vue index 2f78255e..d487fb9b 100644 --- a/src/apps/AppMarryAndDie/AllActiveList.vue +++ b/src/apps/AppMarryAndDie/AllActiveList.vue @@ -77,7 +77,7 @@ export default { computed: {}, watch: {}, onLoad() { - uni.setNavigationBarTitle({ title: '婚丧嫁娶' }) + document.title = '婚丧嫁娶' this.$dict.load('marriageType', 'modeType').then(() => { this.getCount() this.getList() diff --git a/src/apps/AppMarryAndDie/CadreList.vue b/src/apps/AppMarryAndDie/CadreList.vue index a2ad9a05..e0edb305 100644 --- a/src/apps/AppMarryAndDie/CadreList.vue +++ b/src/apps/AppMarryAndDie/CadreList.vue @@ -77,7 +77,7 @@ export default { computed: {}, watch: {}, onLoad() { - uni.setNavigationBarTitle({ title: '婚丧嫁娶' }) + document.title = '婚丧嫁娶' this.$dict.load('marriageType', 'modeType').then(() => { this.getCount() this.getList() diff --git a/src/apps/AppMarryAndDie/FuneralList.vue b/src/apps/AppMarryAndDie/FuneralList.vue index cd3c82bc..14a7b844 100644 --- a/src/apps/AppMarryAndDie/FuneralList.vue +++ b/src/apps/AppMarryAndDie/FuneralList.vue @@ -77,7 +77,7 @@ export default { computed: {}, watch: {}, onLoad() { - uni.setNavigationBarTitle({ title: '婚丧嫁娶' }) + document.title = '婚丧嫁娶' this.$dict.load('marriageType', 'modeType').then(() => { this.getCount() this.getList() diff --git a/src/apps/AppMarryAndDie/MarryList.vue b/src/apps/AppMarryAndDie/MarryList.vue index bae0efea..2523526e 100644 --- a/src/apps/AppMarryAndDie/MarryList.vue +++ b/src/apps/AppMarryAndDie/MarryList.vue @@ -77,7 +77,7 @@ export default { computed: {}, watch: {}, onLoad() { - uni.setNavigationBarTitle({ title: '婚丧嫁娶' }) + document.title = '婚丧嫁娶' this.$dict.load('marriageType', 'modeType').then(() => { this.getCount() this.getList() diff --git a/src/apps/AppMeetingNotice/AppMeetingNotice.vue b/src/apps/AppMeetingNotice/AppMeetingNotice.vue index 38755d2d..8178d4cd 100644 --- a/src/apps/AppMeetingNotice/AppMeetingNotice.vue +++ b/src/apps/AppMeetingNotice/AppMeetingNotice.vue @@ -131,7 +131,7 @@ export default { }, onShow() { - uni.setNavigationBarTitle({title: '会议通知'}) + document.title = '会议通知' this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter"); this.getData(); }, diff --git a/src/apps/AppMeetingNotice/addMeeting.vue b/src/apps/AppMeetingNotice/addMeeting.vue index d1cfe6ff..b97226e8 100644 --- a/src/apps/AppMeetingNotice/addMeeting.vue +++ b/src/apps/AppMeetingNotice/addMeeting.vue @@ -145,7 +145,7 @@ export default { }, onShow() { - uni.setNavigationBarTitle({title: '新增会议'}) + document.title = '新增会议' this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter"); }, diff --git a/src/apps/AppMeetingNotice/belongToMe.vue b/src/apps/AppMeetingNotice/belongToMe.vue index 521ac8cc..231a1abd 100644 --- a/src/apps/AppMeetingNotice/belongToMe.vue +++ b/src/apps/AppMeetingNotice/belongToMe.vue @@ -67,7 +67,7 @@ export default { } }, onShow() { - uni.setNavigationBarTitle({title: '我发起的'}) + document.title = '我发起的' }, created() { this.injectJWeixin(['sendChatMessage']).then(() => { diff --git a/src/apps/AppMeetingNotice/meetingList.vue b/src/apps/AppMeetingNotice/meetingList.vue index d8fec9ed..8b8b31e9 100644 --- a/src/apps/AppMeetingNotice/meetingList.vue +++ b/src/apps/AppMeetingNotice/meetingList.vue @@ -55,9 +55,7 @@ export default { onLoad(opt) { this.index = opt.index - uni.setNavigationBarTitle({ - title: opt.index == 0 ? "历史会议" : "草稿箱" - }); + document.title = opt.index == 0 ? "历史会议" : "草稿箱" this.getData(); }, diff --git a/src/apps/AppPageBasic/AppPageBasic.vue b/src/apps/AppPageBasic/AppPageBasic.vue index 05bb51e2..3af0cd53 100644 --- a/src/apps/AppPageBasic/AppPageBasic.vue +++ b/src/apps/AppPageBasic/AppPageBasic.vue @@ -27,7 +27,7 @@ export default { } }, created() { - uni.setNavigationBarTitle({title: '基层办公'}) + document.title = '基层办公' }, methods: { diff --git a/src/apps/AppPageCivilization/AppPageCivilization.vue b/src/apps/AppPageCivilization/AppPageCivilization.vue index 082c991f..0a741bab 100644 --- a/src/apps/AppPageCivilization/AppPageCivilization.vue +++ b/src/apps/AppPageCivilization/AppPageCivilization.vue @@ -32,7 +32,7 @@ export default { } }, created() { - uni.setNavigationBarTitle({title: '文明乡风'}) + document.title = '文明乡风' }, methods: { diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index e2a74c4e..b11e4685 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -32,7 +32,7 @@ export default { } }, created() { - uni.setNavigationBarTitle({title: '居民互动'}) + document.title = '居民互动' }, mounted() { document.title = "居民互动" diff --git a/src/apps/AppPageParty/AppPageParty.vue b/src/apps/AppPageParty/AppPageParty.vue index 47153947..b34c9546 100644 --- a/src/apps/AppPageParty/AppPageParty.vue +++ b/src/apps/AppPageParty/AppPageParty.vue @@ -40,7 +40,7 @@ export default { } }, created() { - uni.setNavigationBarTitle({title: '基层党建'}) + document.title = '基层党建' }, methods: { diff --git a/src/apps/AppPageResident/AppPageResident.vue b/src/apps/AppPageResident/AppPageResident.vue index 971860ed..c5919edd 100644 --- a/src/apps/AppPageResident/AppPageResident.vue +++ b/src/apps/AppPageResident/AppPageResident.vue @@ -32,7 +32,7 @@ export default { } }, created() { - uni.setNavigationBarTitle({title: '居民管理'}) + document.title = '居民管理' }, methods: { diff --git a/src/apps/AppPovertyAlleviation/MonitorDetail.vue b/src/apps/AppPovertyAlleviation/MonitorDetail.vue index 455a3f66..6dbf2c11 100644 --- a/src/apps/AppPovertyAlleviation/MonitorDetail.vue +++ b/src/apps/AppPovertyAlleviation/MonitorDetail.vue @@ -202,9 +202,7 @@ export default { onLoad(query) { if (query.isFrom) { this.isFrom = true - uni.setNavigationBarTitle({ - title: '风险预警详情' - }) + document.title = '风险预警详情' } uni.showLoading() this.$dict.load(['fpType', 'riskEliminationMethod', 'fpRiskType', 'fpYesOrNo']).then(() => { diff --git a/src/apps/AppResidentActivitie/Add.vue b/src/apps/AppResidentActivitie/Add.vue index 6157ba8f..1d3acd4e 100644 --- a/src/apps/AppResidentActivitie/Add.vue +++ b/src/apps/AppResidentActivitie/Add.vue @@ -97,7 +97,7 @@ export default { }, computed: { ...mapState(['user']) }, onLoad(o) { - uni.setNavigationBarTitle({ title: '发布活动' }) + document.title = '发布活动' this.id = o.id ? o.id : '' this.$dict.load('realityStatus').then(() => { this.areaId = this.user.areaId diff --git a/src/apps/AppResidentActivitie/AddPosts.vue b/src/apps/AppResidentActivitie/AddPosts.vue index 257aad64..d4cd21a0 100644 --- a/src/apps/AppResidentActivitie/AddPosts.vue +++ b/src/apps/AppResidentActivitie/AddPosts.vue @@ -39,7 +39,7 @@ export default { } }, onLoad(o) { - uni.setNavigationBarTitle({ title: '发布动态' }) + document.title = '发布动态' this.id = o.id || '' }, methods: { diff --git a/src/apps/AppResidentActivitie/AppResidentActivities.vue b/src/apps/AppResidentActivitie/AppResidentActivities.vue index 672435b1..ca4a80a9 100644 --- a/src/apps/AppResidentActivitie/AppResidentActivities.vue +++ b/src/apps/AppResidentActivitie/AppResidentActivities.vue @@ -75,7 +75,7 @@ export default { }, watch: {}, onLoad() { - uni.setNavigationBarTitle({ title: '居民活动' }) + document.title = '居民活动' this.$dict.load(['villageActivityStatus']).then(() => { this.getList() }) diff --git a/src/apps/AppResidentActivitie/Detail.vue b/src/apps/AppResidentActivitie/Detail.vue index 9e1e25a4..d7b67490 100644 --- a/src/apps/AppResidentActivitie/Detail.vue +++ b/src/apps/AppResidentActivitie/Detail.vue @@ -135,7 +135,7 @@ export default { } }, onLoad(option) { - uni.setNavigationBarTitle({ title: '活动报名' }) + document.title = '活动报名' this.id = option.id this.$dict.load(['villageActivityStatus']).then(() => { this.getDetail() diff --git a/src/apps/AppResidentDocument/AppResidentDocument.vue b/src/apps/AppResidentDocument/AppResidentDocument.vue index 82b43aa7..4e806c08 100644 --- a/src/apps/AppResidentDocument/AppResidentDocument.vue +++ b/src/apps/AppResidentDocument/AppResidentDocument.vue @@ -66,7 +66,7 @@ export default { }, watch: {}, onLoad() { - uni.setNavigationBarTitle({ title: '居民列表' }) + document.title = '居民列表' this.areaId = this.user.areaId this.getList() }, diff --git a/src/apps/AppResidentDocument/DetailCard.vue b/src/apps/AppResidentDocument/DetailCard.vue index c124772e..3bd6a211 100644 --- a/src/apps/AppResidentDocument/DetailCard.vue +++ b/src/apps/AppResidentDocument/DetailCard.vue @@ -65,7 +65,7 @@ export default { computed: {}, watch: {}, onLoad(o) { - uni.setNavigationBarTitle({ title: '居民档案' }) + document.title = '居民档案' this.id = o.id this.$dict.load('householdRelation', 'fileStatus').then(() => { this.getDetail() diff --git a/src/apps/AppResidentDocument/DetailPeople.vue b/src/apps/AppResidentDocument/DetailPeople.vue index 7bfb44eb..d560c4ff 100644 --- a/src/apps/AppResidentDocument/DetailPeople.vue +++ b/src/apps/AppResidentDocument/DetailPeople.vue @@ -121,7 +121,7 @@ export default { computed: {}, watch: {}, onLoad(o) { - uni.setNavigationBarTitle({ title: '家庭成员信息' }) + document.title = '家庭成员信息' this.id = o.id this.$dict.load('householdRelation', 'nation', 'education', 'maritalStatus', 'politicsStatus', 'militaryStatus', 'faithType', 'job').then(() => { this.getDetail() diff --git a/src/apps/AppResidentFile/AppResidentFile.vue b/src/apps/AppResidentFile/AppResidentFile.vue index 0ff299dc..cd80d654 100644 --- a/src/apps/AppResidentFile/AppResidentFile.vue +++ b/src/apps/AppResidentFile/AppResidentFile.vue @@ -182,7 +182,7 @@ export default { }, watch: {}, onLoad() { - uni.setNavigationBarTitle({ title: '居民信息管理' }) + document.title = '居民信息管理' this.getEchart1() this.areaId = this.user.areaId }, diff --git a/src/apps/AppResidentFile/GroupList.vue b/src/apps/AppResidentFile/GroupList.vue index dd7087eb..5043da9d 100644 --- a/src/apps/AppResidentFile/GroupList.vue +++ b/src/apps/AppResidentFile/GroupList.vue @@ -101,7 +101,7 @@ export default { } }, onLoad() { - uni.setNavigationBarTitle({ title: '添加标签' }) + document.title = '添加标签' }, computed: { tagsList() { diff --git a/src/apps/AppResidentFile/components/document.vue b/src/apps/AppResidentFile/components/document.vue index e3f77921..3f6245a2 100644 --- a/src/apps/AppResidentFile/components/document.vue +++ b/src/apps/AppResidentFile/components/document.vue @@ -83,7 +83,7 @@ export default { } }, onLoad() { - uni.setNavigationBarTitle({ title: '居民详情' }) + document.title = '居民详情' this.$dict.load('sex', 'nation', 'education', 'job', 'faithType', 'politicsStatus', 'militaryStatus', 'householdRelation', 'householdName') }, } diff --git a/src/apps/AppResidentFile/components/info.vue b/src/apps/AppResidentFile/components/info.vue index 83d915d6..1c248c3a 100644 --- a/src/apps/AppResidentFile/components/info.vue +++ b/src/apps/AppResidentFile/components/info.vue @@ -191,7 +191,7 @@ export default { }, }, onLoad() { - uni.setNavigationBarTitle({ title: '居民详情' }) + document.title = '居民详情' this.$dict.load('wxCustomerAddWay', 'wxCustomerLogType') this.getCustomLog(this.top.custom) this.injectJWeixin('openUserProfile') diff --git a/src/apps/AppResidentFile/resident.vue b/src/apps/AppResidentFile/resident.vue index a8b7f9a7..32a47224 100644 --- a/src/apps/AppResidentFile/resident.vue +++ b/src/apps/AppResidentFile/resident.vue @@ -30,7 +30,7 @@ export default { } }, onLoad() { - uni.setNavigationBarTitle({ title: '居民详情' }) + document.title = '居民详情' }, computed: { tabs() { diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue index 6c5df923..0c983b0b 100644 --- a/src/apps/AppServicePublic/Add.vue +++ b/src/apps/AppServicePublic/Add.vue @@ -75,7 +75,7 @@ export default { this.forms.areaId = this.user.areaId this.listName = o.listName this.getType() - uni.setNavigationBarTitle({title: this.listName}) + document.title = this.listName }, mounted() {}, diff --git a/src/apps/AppServicePublic/AppServicePublic.vue b/src/apps/AppServicePublic/AppServicePublic.vue index fc77c695..f3be79cf 100644 --- a/src/apps/AppServicePublic/AppServicePublic.vue +++ b/src/apps/AppServicePublic/AppServicePublic.vue @@ -96,7 +96,7 @@ export default { uni.$on('update', () => { this.getList() }) - uni.setNavigationBarTitle({title: this.listName}) + document.title = this.listName }, methods: { previewImage(images, img) { diff --git a/src/apps/AppServicePublic/Detail.vue b/src/apps/AppServicePublic/Detail.vue index 9d31001c..40c38878 100644 --- a/src/apps/AppServicePublic/Detail.vue +++ b/src/apps/AppServicePublic/Detail.vue @@ -48,7 +48,7 @@ export default { this.id = o.id this.listName = o.listName this.getType() - uni.setNavigationBarTitle({title: this.listName}) + document.title = this.listName }, mounted() {}, methods: { diff --git a/src/apps/AppSpecialPeople/add.vue b/src/apps/AppSpecialPeople/add.vue index 5aaca692..3665cf51 100644 --- a/src/apps/AppSpecialPeople/add.vue +++ b/src/apps/AppSpecialPeople/add.vue @@ -155,7 +155,7 @@ export default { computed: { ...mapState(['user']) }, created() { this.getType() - uni.setNavigationBarTitle({title: '新增人员'}) + document.title = '新增人员' }, methods: { diff --git a/src/apps/AppSpecialPeople/detail.vue b/src/apps/AppSpecialPeople/detail.vue index ce8a5b84..7ccfeedd 100644 --- a/src/apps/AppSpecialPeople/detail.vue +++ b/src/apps/AppSpecialPeople/detail.vue @@ -94,7 +94,7 @@ export default { this.getStatistic() this.getStatisticMon() this.getUserList() - uni.setNavigationBarTitle({title: '特殊人群管理'}) + document.title = '特殊人群管理' uni.$on('specialPeopleList', () => { this.getStatistic() this.getStatisticMon() diff --git a/src/apps/AppUniMsg/Add.vue b/src/apps/AppUniMsg/Add.vue index e875591a..d33f03e2 100644 --- a/src/apps/AppUniMsg/Add.vue +++ b/src/apps/AppUniMsg/Add.vue @@ -47,7 +47,7 @@ export default { }, computed: { ...mapState(['user']) }, onLoad(o) { - uni.setNavigationBarTitle({ title: '新增通知公告' }) + document.title = '新增通知公告' this.id = o.id this.getDetail() }, diff --git a/src/apps/AppUniMsg/AppUniMsg.vue b/src/apps/AppUniMsg/AppUniMsg.vue index 2f622f92..a3654cd7 100644 --- a/src/apps/AppUniMsg/AppUniMsg.vue +++ b/src/apps/AppUniMsg/AppUniMsg.vue @@ -78,7 +78,7 @@ export default { }, watch: {}, onLoad() { - uni.setNavigationBarTitle({ title: '通知公告' }) + document.title = '通知公告' this.getList() uni.$on('updateList', () => { this.current = 1 diff --git a/src/apps/AppUniMsg/Detail.vue b/src/apps/AppUniMsg/Detail.vue index 23493492..1ea29dac 100644 --- a/src/apps/AppUniMsg/Detail.vue +++ b/src/apps/AppUniMsg/Detail.vue @@ -33,7 +33,7 @@ export default { computed: {}, watch: {}, onLoad(o) { - uni.setNavigationBarTitle({ title: '公告详情' }) + document.title = '公告详情' this.id = o.id this.getDetail() }, diff --git a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue index 9fb89745..d0568375 100644 --- a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue +++ b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue @@ -177,7 +177,7 @@ export default { this.areaId = this.user.areaId this.areaName = this.user.areaName this.getList() - uni.setNavigationBarTitle({title: '视频监控'}) + document.title = '视频监控' // this.getMonitors() }, mounted() { diff --git a/src/apps/AppVideoSurveillance/monitorDetail.vue b/src/apps/AppVideoSurveillance/monitorDetail.vue index 0eebc2ed..50868d05 100644 --- a/src/apps/AppVideoSurveillance/monitorDetail.vue +++ b/src/apps/AppVideoSurveillance/monitorDetail.vue @@ -22,7 +22,7 @@ export default { this.$nextTick(() => { this.detectOrient() }) - uni.setNavigationBarTitle({title: '视频监控'}) + document.title = '视频监控' }, methods: { diff --git a/src/apps/AppWalkask/AppWalkask.vue b/src/apps/AppWalkask/AppWalkask.vue index edf68df8..701686be 100644 --- a/src/apps/AppWalkask/AppWalkask.vue +++ b/src/apps/AppWalkask/AppWalkask.vue @@ -101,7 +101,7 @@ export default { ...mapState(['user']), }, onLoad() { - uni.setNavigationBarTitle({ title: '走访慰问' }) + document.title = '走访慰问' this.areaId = this.user.areaId this.$dict.load('realityStatus').then(() => { this.getList() diff --git a/src/apps/AppWalkask/add.vue b/src/apps/AppWalkask/add.vue index 42a5eefb..d30b049c 100644 --- a/src/apps/AppWalkask/add.vue +++ b/src/apps/AppWalkask/add.vue @@ -86,7 +86,7 @@ export default { computed: { ...mapState(['user']) }, onLoad(o) { this.id = o.id - uni.setNavigationBarTitle({ title: '新建走访' }) + document.title = '新建走访' this.areaIdProps = this.user.areaId this.forms.areaId = this.user.areaId this.$dict.load('realityStatus').then(() => { diff --git a/src/apps/AppWalkask/detail.vue b/src/apps/AppWalkask/detail.vue index 6fb87a29..4b7a6416 100644 --- a/src/apps/AppWalkask/detail.vue +++ b/src/apps/AppWalkask/detail.vue @@ -50,7 +50,7 @@ export default { computed: {}, onLoad(o) { this.id = o.id - uni.setNavigationBarTitle({ title: '走访详情' }) + document.title = '走访详情' this.$dict.load('realityStatus').then(() => { this.getDetail() }) diff --git a/src/apps/AppWalkask/walkObject.vue b/src/apps/AppWalkask/walkObject.vue index 6c6e080e..300dbdf5 100644 --- a/src/apps/AppWalkask/walkObject.vue +++ b/src/apps/AppWalkask/walkObject.vue @@ -75,7 +75,7 @@ export default { computed: {}, created() { console.log(1) - uni.setNavigationBarTitle({ title: '选择走访慰问对象' }) + document.title = '选择走访慰问对象' this.getDiyList() }, mounted() {}, diff --git a/src/apps/AppWorkonline/AppWorkonline.vue b/src/apps/AppWorkonline/AppWorkonline.vue index 81509ebf..1f54df65 100644 --- a/src/apps/AppWorkonline/AppWorkonline.vue +++ b/src/apps/AppWorkonline/AppWorkonline.vue @@ -89,7 +89,7 @@ export default { }, watch: {}, onLoad() { - uni.setNavigationBarTitle({ title: '网上办事' }) + document.title = '网上办事' this.$dict.load('listApprovalStatusHb').then(() => { this.getList() }) diff --git a/src/apps/AppWorkonline/Detail.vue b/src/apps/AppWorkonline/Detail.vue index a9180744..807ff5bd 100644 --- a/src/apps/AppWorkonline/Detail.vue +++ b/src/apps/AppWorkonline/Detail.vue @@ -237,7 +237,7 @@ export default { }, }, onLoad(options) { - uni.setNavigationBarTitle({ title: '审批详情' }) + document.title = '审批详情' this.objid = options.id this.listType = options.listType this.getDetail() diff --git a/src/apps/AppWorkonline/Msg.vue b/src/apps/AppWorkonline/Msg.vue index 899f20ac..d9ba004a 100644 --- a/src/apps/AppWorkonline/Msg.vue +++ b/src/apps/AppWorkonline/Msg.vue @@ -18,7 +18,7 @@ export default { } }, onLoad(val) { - uni.setNavigationBarTitle({ title: '审批详情' }) + document.title = '审批详情' this.flag = val?.flag == 1 }, methods: { diff --git a/src/apps/AppWorkonline/Opinion.vue b/src/apps/AppWorkonline/Opinion.vue index c09f9982..0026e6b6 100644 --- a/src/apps/AppWorkonline/Opinion.vue +++ b/src/apps/AppWorkonline/Opinion.vue @@ -101,7 +101,7 @@ export default { } }, onLoad(options) { - uni.setNavigationBarTitle({ title: '审批详情' }) + document.title = '审批详情' this.objid = options.id this.type = options.type diff --git a/src/apps/AppWorkonline/detail.vue b/src/apps/AppWorkonline/detail.vue index a9180744..807ff5bd 100644 --- a/src/apps/AppWorkonline/detail.vue +++ b/src/apps/AppWorkonline/detail.vue @@ -237,7 +237,7 @@ export default { }, }, onLoad(options) { - uni.setNavigationBarTitle({ title: '审批详情' }) + document.title = '审批详情' this.objid = options.id this.listType = options.listType this.getDetail() diff --git a/src/sass/AppMeetingNotice/meetingList.vue b/src/sass/AppMeetingNotice/meetingList.vue index 768049b0..3c8fc9f4 100644 --- a/src/sass/AppMeetingNotice/meetingList.vue +++ b/src/sass/AppMeetingNotice/meetingList.vue @@ -58,9 +58,7 @@ export default { onLoad(opt) { this.index = opt.index - uni.setNavigationBarTitle({ - title: opt.index == 0 ? "历史会议" : "草稿箱" - }); + document.title = opt.index == 0 ? "历史会议" : "草稿箱" }, onShow() { this.getData();