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.

74 lines
2.4 KiB

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