Files
lichebao/app.json
T
2021-11-09 16:57:30 +08:00

68 lines
2.0 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",
"pages/customer/allot/index",
"pages/distribute/index",
"pages/distribute/cashout/index",
"pages/distribute/material/index",
"pages/distribute/reward/index",
"pages/distribute/statistics/index",
"pages/distribute/assets/index",
"pages/customer/editCard/index",
"pages/channel/index",
"pages/dataAnalysis/index",
"pages/distribute/special/index",
"pages/customer/optDefeat/index",
"pages/order/edit/index",
"pages/distribute/storePoster/index"
],
"echarts": [
{
"root": "ecCanvas",
"pages": [
"pages/index/index"
]
}
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "狸车宝",
"navigationBarTextStyle": "black"
},
"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",
"lcb-channelTabBarNav": "/components/channel-tab-bar/index",
"lcb-shopTabBarNav": "/components/shop-tab-bar/index",
"lcb-backChannel": "/components/backChannel/index",
"QYWXcontact": "plugin://contactPlugin/cell",
"kefuSuccess": "/components/kefuSuccess/index"
},
"plugins": {
"contactPlugin": {
"version": "1.4.1",
"provider": "wx104a1a20c3f81ec2"
}
},
"navigateToMiniProgramAppIdList": [
"wx98e64c11aac45966"
]
}