diff --git a/src/mods/conv/AppEnteringVillage/AppEnteringVillage.vue b/src/mods/conv/AppEnteringVillage/AppEnteringVillage.vue index 4a84fda..46801e8 100644 --- a/src/mods/conv/AppEnteringVillage/AppEnteringVillage.vue +++ b/src/mods/conv/AppEnteringVillage/AppEnteringVillage.vue @@ -111,6 +111,7 @@ import {mapActions, mapState} from 'vuex' export default { name: "AppEnteringVillage", appName: "进村", + customNavigation: true, data() { return { isFixed: false, diff --git a/src/mods/extra/AppHome/AppHome.vue b/src/mods/extra/AppHome/AppHome.vue index 10ad657..8cd4c8b 100644 --- a/src/mods/extra/AppHome/AppHome.vue +++ b/src/mods/extra/AppHome/AppHome.vue @@ -101,6 +101,9 @@ export default { return notices?.length > 0 ? notices?.map(e => e.title) || ['暂无公告'] : ['暂无公告'] } }, + onReady() { + uni.setNavigationBarTitle({title: "数字乡村"}) + }, onLoad() { this.autoLogin().then(() => { this.getSwiperList(); diff --git a/src/project/shandong10086/AppHome/AppHome.vue b/src/project/shandong10086/AppHome/AppHome.vue index fbbbbe8..e8a550c 100644 --- a/src/project/shandong10086/AppHome/AppHome.vue +++ b/src/project/shandong10086/AppHome/AppHome.vue @@ -106,6 +106,9 @@ export default { return notices?.length > 0 ? notices?.map(e => e.title) || ['暂无公告'] : ['暂无公告'] } }, + onReady() { + uni.setNavigationBarTitle({title: "数字乡村"}) + }, onLoad() { this.autoLogin().then(() => { this.search.areaId = this.$areaId