This commit is contained in:
liuye
2023-02-15 16:41:01 +08:00
parent 015935b7f4
commit 38d7beff8f

View File

@@ -77,6 +77,7 @@ import {mapActions, mapState} from 'vuex'
export default { export default {
name: 'AppHome', name: 'AppHome',
customNavigation: true,
appName: "首页", appName: "首页",
data() { data() {
return { return {
@@ -108,7 +109,7 @@ export default {
} }
}, },
onReady() { onReady() {
uni.setNavigationBarTitle({title: "法治曲靖"})
}, },
onLoad() { onLoad() {
this.autoLogin().then(() => { this.autoLogin().then(() => {
@@ -245,7 +246,7 @@ export default {
onShareAppMessage() { onShareAppMessage() {
return { return {
title: '欢迎使用数字乡村治理服务一体化平台~', title: '欢迎使用法治曲靖平台~',
path: `/pages/AppHome/AppHome` path: `/pages/AppHome/AppHome`
} }
}, },