Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_wechat_app into dev
This commit is contained in:
@@ -21,6 +21,7 @@ export default {
|
|||||||
name: "AppConvenientService",
|
name: "AppConvenientService",
|
||||||
appName: "便民服务",
|
appName: "便民服务",
|
||||||
customNavigation: true,
|
customNavigation: true,
|
||||||
|
navigationBarTextStyle: 'black',
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['user', 'token']),
|
...mapState(['user', 'token']),
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ export default {
|
|||||||
name: 'AppHome',
|
name: 'AppHome',
|
||||||
appName: "首页",
|
appName: "首页",
|
||||||
customNavigation: true,
|
customNavigation: true,
|
||||||
|
navigationBarTextStyle: 'black',
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
cdn: "https://cdn.cunwuyun.cn/wxmp",
|
cdn: "https://cdn.cunwuyun.cn/wxmp",
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ export default {
|
|||||||
name: "AppMine",
|
name: "AppMine",
|
||||||
appName: "我的",
|
appName: "我的",
|
||||||
customNavigation: true,
|
customNavigation: true,
|
||||||
|
navigationBarTextStyle: 'black',
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['user', 'token']),
|
...mapState(['user', 'token']),
|
||||||
isApprove() {
|
isApprove() {
|
||||||
|
|||||||
Reference in New Issue
Block a user