You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

41 lines
1.1 KiB

{
"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": "white"
},
"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"
}
]
}
}