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.
 

43 lines
1.1 KiB

{
"pages": [
"pages/navigation/navigation",
"pages/selectCustomer/selctCustomer",
"pages/index/index",
"pages/logs/logs",
"pages/main/main",
"pages/my/my",
"pages/saleForecastList/saleForecastList",
"pages/saleForecastList/Detail/Detail",
"pages/saleForecastList/query/query",
"pages/saleForecastList/newBill/newBill",
"pages/order/order",
"pages/order/detail/detail",
"pages/order/newBill/newBill",
"pages/order/query/query"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#2589f8",
"navigationBarTitleText": "业务易",
"navigationBarTextStyle": "#FFFFFF",
"disableScroll": true
},
"tabBar": {
"selectedColor": "#00C7B3",
"color": "#CFCFCF",
"list": [
{
"pagePath": "pages/main/main",
"text": "主页",
"iconPath": "/imgs/main1.png",
"selectedIconPath": "/imgs/main.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "/imgs/my1.png",
"selectedIconPath": "/imgs/my.png"
}
]
}
}