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.

71 lines
2.2 KiB

{
"pages": [
"pages/index/index",
"pages/bar/index",
"pages/insight/index",
"pages/brandSearch/index",
"pages/varComm/index",
"pages/mine/index",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#006BFF",
"navigationBarTitleText": "硕为思汽车智能洞查",
"navigationBarTextStyle": "white"
},
"tabBar": {
"custom": true,
"list": [{
"pagePath": "pages/index/index",
"iconPath": "/custom-tab-bar/icons/home.png",
"selectedIconPath": "/custom-tab-bar/icons/homeActive.png",
"text": "首页"
},
{
"pagePath": "pages/insight/index",
"iconPath": "/custom-tab-bar/icons/insight.png",
"selectedIconPath": "/custom-tab-bar/icons/insightActive.png",
"text": "洞察"
},
{
"pagePath": "pages/brandSearch/index",
"iconPath": "/custom-tab-bar/icons/appSearch.png",
"selectedIconPath": "/custom-tab-bar/icons/appSearchActive.png",
"text": "品牌搜索"
},
{
"pagePath": "pages/varComm/index",
"iconPath": "/custom-tab-bar/icons/varComm.png",
"selectedIconPath": "/custom-tab-bar/icons/varCommActive.png",
"text": "对比"
},
{
"pagePath": "pages/mine/index",
"iconPath": "/custom-tab-bar/icons/mine.png",
"selectedIconPath": "/custom-tab-bar/icons/mineActive.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"ec-canvas": "../ec-canvas/ec-canvas",
"van-button": "@vant/weapp/button/index",
"van-tabbar": "@vant/weapp/tabbar/index",
"van-tabbar-item": "@vant/weapp/tabbar-item/index",
"tabbar": "/custom-tab-bar/index",
"van-search": "@vant/weapp/search/index",
"van-index-bar": "@vant/weapp/index-bar/index",
"van-index-anchor": "@vant/weapp/index-anchor/index",
"van-icon": "@vant/weapp/icon/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-image": "@vant/weapp/image/index"
}
}