|
|
@@ -19,25 +19,34 @@
|
|
|
"navigationBarBackgroundColor": "#F6F6F6",
|
|
|
"navigationBarTitleText": "汇很多",
|
|
|
"navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom",
|
|
|
"pageOrientation": "portrait"
|
|
|
},
|
|
|
"tabBar": {
|
|
|
+ "selectedColor": "#1195db",
|
|
|
+ "color": "#8a8a8a",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
- "text": "拍照"
|
|
|
+ "text": "随身拍",
|
|
|
+ "selectedIconPath": "./images/tabs/camera-.png",
|
|
|
+ "iconPath": "./images/tabs/camera.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/maritime/maritime",
|
|
|
- "text": "海事"
|
|
|
+ "text": "海事",
|
|
|
+ "selectedIconPath": "./images/tabs/ship-.png",
|
|
|
+ "iconPath": "./images/tabs/ship.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/securityCheck/securityCheck",
|
|
|
- "text": "安检"
|
|
|
+ "text": "安检",
|
|
|
+ "selectedIconPath": "./images/tabs/check-.png",
|
|
|
+ "iconPath": "./images/tabs/check.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/train/train",
|
|
|
- "text": "培训"
|
|
|
+ "text": "培训",
|
|
|
+ "selectedIconPath": "./images/tabs/train-.png",
|
|
|
+ "iconPath": "./images/tabs/train.png"
|
|
|
}
|
|
|
]
|
|
|
},
|