首页
This commit is contained in:
@@ -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`
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user