{
|
|
"pages": [
|
|
"pages/login/login",
|
|
"pages/homePage/homePage",
|
|
"pages/message/message",
|
|
"pages/mine/mine",
|
|
"pages/orderList/orderList",
|
|
"pages/orderList/orderDetail/orderDetail",
|
|
"pages/myCars/myCars",
|
|
"pages/myCars/carsDetail/carsDetail",
|
|
"pages/myCars/creatNewCar/creatNewCar",
|
|
"pages/message/messageDetail/messageDetail",
|
|
"pages/saleOutStore/saleOutStore",
|
|
"pages/saleOutStore/saleOutStoreDetail/saleOutStoreDetail"
|
|
],
|
|
"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/mine/mine",
|
|
"text": "我的",
|
|
"iconPath": "/imgs/mine.png",
|
|
"selectedIconPath": "/imgs/mineSelected.png"
|
|
}
|
|
]
|
|
}
|
|
}
|