平昌党建首页,个人中心

This commit is contained in:
liuye
2022-11-10 10:55:18 +08:00
parent e08d795e53
commit 658b8b1e95
10 changed files with 1252 additions and 7 deletions

View File

@@ -72,7 +72,6 @@
<script>
import {mapActions, mapState} from 'vuex'
const navbarTitle = wx.getAccountInfoSync().miniProgram.appId == "wx41792b6cbf573dc0" ? "平昌党建" : "数字平昌"
export default {
name: 'AppHome',
appName: "首页",
@@ -103,7 +102,7 @@ export default {
}
},
onReady() {
uni.setNavigationBarTitle({title: navbarTitle})
uni.setNavigationBarTitle({title: '数字平昌'})
},
onLoad() {
this.autoLogin().then(() => {
@@ -240,7 +239,7 @@ export default {
onShareAppMessage() {
return {
title: `欢迎使用${navbarTitle}~`,
title: `欢迎使用数字平昌~`,
path: `/pages/AppHome/AppHome`
}
},