From 38d7beff8fc06f81f702160f37b20be7ab0abc04 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 15 Feb 2023 16:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppHome/AppHome.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/project/qujing/AppHome/AppHome.vue b/src/project/qujing/AppHome/AppHome.vue index 39f4a30..6b8aed2 100644 --- a/src/project/qujing/AppHome/AppHome.vue +++ b/src/project/qujing/AppHome/AppHome.vue @@ -77,6 +77,7 @@ import {mapActions, mapState} from 'vuex' export default { name: 'AppHome', + customNavigation: true, appName: "首页", data() { return { @@ -108,7 +109,7 @@ export default { } }, onReady() { - uni.setNavigationBarTitle({title: "法治曲靖"}) + }, onLoad() { this.autoLogin().then(() => { @@ -245,7 +246,7 @@ export default { onShareAppMessage() { return { - title: '欢迎使用数字乡村治理服务一体化平台~', + title: '欢迎使用法治曲靖平台~', path: `/pages/AppHome/AppHome` } },