|
|
@@ -36,29 +36,31 @@
|
|
|
"navigationBarTextStyle": "black"
|
|
|
},
|
|
|
"tabBar": {
|
|
|
+ "selectedColor": "#187BF7",
|
|
|
+ "color": "#b4b4b4",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"text": "首页",
|
|
|
- "iconPath": "images/tabBar/index.png",
|
|
|
- "selectedIconPath": "images/tabBar/index-c.png"
|
|
|
+ "iconPath": "images/tabBar/index-grey.png",
|
|
|
+ "selectedIconPath": "images/tabBar/index.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/voyageManage/voyageManage",
|
|
|
"text": "航次管理",
|
|
|
- "iconPath": "images/tabBar/voyage.png",
|
|
|
- "selectedIconPath": "images/tabBar/voyage-c.png"
|
|
|
+ "iconPath": "images/tabBar/ship-grey.png",
|
|
|
+ "selectedIconPath": "images/tabBar/ship.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/shipOwnerManage/shipOwnerList/shipOwnerList",
|
|
|
"text": "船东管理",
|
|
|
- "iconPath": "images/tabBar/shipOwner.png",
|
|
|
- "selectedIconPath": "images/tabBar/shipOwner-c.png"
|
|
|
+ "iconPath": "images/tabBar/ship-owner-grey.png",
|
|
|
+ "selectedIconPath": "images/tabBar/ship-owner.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/me/me",
|
|
|
"text": "我",
|
|
|
- "iconPath": "images/tabBar/user.png",
|
|
|
- "selectedIconPath": "images/tabBar/user-c.png"
|
|
|
+ "iconPath": "images/tabBar/user-grey.png",
|
|
|
+ "selectedIconPath": "images/tabBar/user.png"
|
|
|
}
|
|
|
]
|
|
|
},
|