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 {
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`
}
},