navigationBarTextStyle: 'black',

This commit is contained in:
shijingjing
2023-03-20 17:40:20 +08:00
parent 089e993308
commit 1a52a6acee
3 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ export default {
name: "AppConvenientService",
appName: "便民服务",
customNavigation: true,
navigationBarTextStyle: 'black',
computed: {
...mapState(['user', 'token']),
},

View File

@@ -38,6 +38,7 @@ export default {
name: 'AppHome',
appName: "首页",
customNavigation: true,
navigationBarTextStyle: 'black',
data() {
return {
cdn: "https://cdn.cunwuyun.cn/wxmp",

View File

@@ -59,6 +59,7 @@ export default {
name: "AppMine",
appName: "我的",
customNavigation: true,
navigationBarTextStyle: 'black',
computed: {
...mapState(['user', 'token']),
isApprove() {