{ "pages": [ "pages/homePage/homePage", "pages/message/message", "pages/mine/mine", "pages/orderList/orderList", "pages/orderList/orderDetail/orderDetail" ], "window": { "backgroundTextStyle": "light", "navigationBarTitleText": "畜司机易", "navigationBarBackgroundColor": "#2689f8", "navigationBarTextStyle": "#FFFFFF" }, "tabBar": { "borderStyle": "white", "selectedColor": "#2689f8", "color": "#999999", "list": [ { "pagePath": "pages/homePage/homePage", "text": "首页", "iconPath": "/imgs/homePage.png", "selectedIconPath": "/imgs/homePageSelected.png" }, { "pagePath": "pages/message/message", "text": "消息", "iconPath": "/imgs/message.png", "selectedIconPath": "/imgs/messageSelected.png" }, { "pagePath": "pages/mine/mine", "text": "我的", "iconPath": "/imgs/mine.png", "selectedIconPath": "/imgs/mineSelected.png" } ] } }