|
|
|
@ -1,6 +1,17 @@ |
|
|
|
|
{ |
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/user/bindingCardList/bindingCardList", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText": "卡列表", |
|
|
|
|
"navigationBarBackgroundColor": "#0083f5", |
|
|
|
|
"backgroundColorTop": "#0083f5", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
},{ |
|
|
|
|
"path": "pages/tabBar/home/home", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
@ -487,23 +498,12 @@ |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
},{ |
|
|
|
|
"path" : "pages/user/bindingCardList/bindingCardList", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText": "卡列表", |
|
|
|
|
"navigationBarBackgroundColor": "#0083f5", |
|
|
|
|
"backgroundColorTop": "#0083f5", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
},{ |
|
|
|
|
"path" : "pages/user/unionCard/unionCard", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"navigationBarTitleText": "工会卡", |
|
|
|
|
"navigationBarTitleText": "卡记录", |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#0083f5", |
|
|
|
|
"backgroundColorTop": "#0083f5", |
|
|
|
|