84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"pages": [
|
|
"pages/login/index",
|
|
"pages/index/index",
|
|
"pages/customer/index",
|
|
"pages/order/index",
|
|
"pages/web-view/index",
|
|
"pages/mine/index",
|
|
"pages/customer/addCard/index",
|
|
"pages/customer/detail/index",
|
|
"pages/order/register/index",
|
|
"pages/order/detail/index",
|
|
"pages/mine/install/index",
|
|
"pages/mine/install/staff/index",
|
|
"pages/customer/filterList/index",
|
|
"pages/order/filterList/index"
|
|
],
|
|
"echarts": [
|
|
{
|
|
"root": "ecCanvas",
|
|
"pages": [
|
|
"pages/index/index"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "狸车宝",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#000000",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "commons/images/tab-home.png",
|
|
"selectedIconPath": "commons/images/tab-home-ac.png",
|
|
"badge": false,
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/customer/index",
|
|
"iconPath": "commons/images/tab-customer.png",
|
|
"selectedIconPath": "commons/images/tab-customer-ac.png",
|
|
"badge": false,
|
|
"text": "客户"
|
|
},
|
|
{
|
|
"pagePath": "pages/order/index",
|
|
"iconPath": "commons/images/tab-order.png",
|
|
"selectedIconPath": "commons/images/tab-order-ac.png",
|
|
"badge": false,
|
|
"text": "订单"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "commons/images/tab-mine.png",
|
|
"selectedIconPath": "commons/images/tab-mine-ac.png",
|
|
"badge": false,
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"usingComponents": {
|
|
"lcb-msg": "/components/msg/index",
|
|
"lcb-auth": "/components/auth/index",
|
|
"lcb-navBar": "/components/navBar/navBar",
|
|
"lcb-footer": "/components/footer/footer",
|
|
"lcb-listmore": "/components/listMore/index",
|
|
"QYWXcontact": "plugin://contactPlugin/cell",
|
|
"kefuSuccess": "/components/kefuSuccess/index"
|
|
},
|
|
"plugins": {
|
|
"contactPlugin": {
|
|
"version": "1.4.1",
|
|
"provider": "wx104a1a20c3f81ec2"
|
|
}
|
|
}
|
|
} |