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.

58 lines
1.8 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"
],
3 years ago
"window": {
"backgroundTextStyle": "light",
3 years ago
"navigationBarBackgroundColor": "#fff",
3 years ago
"navigationBarTitleText": "首页",
3 years ago
"navigationBarTextStyle": "black"
3 years ago
},
3 years ago
"tabBar": {
"list": [{
3 years ago
"pagePath": "pages/index/index",
3 years ago
"iconPath": "/components/tabbarComponent/icons/home.png",
"selectedIconPath": "/components/tabbarComponent/icons/homeActive.png",
3 years ago
"text": "首页"
},
{
3 years ago
"pagePath": "pages/insight/index",
3 years ago
"iconPath": "/components/tabbarComponent/icons/insight.png",
"selectedIconPath": "/components/tabbarComponent/icons/insightActive.png",
3 years ago
"text": "洞察"
3 years ago
},
{
"pagePath": "pages/brandSearch/index",
3 years ago
"iconPath": "/components/tabbarComponent/icons/appSearch.png",
"selectedIconPath": "/components/tabbarComponent/icons/appSearchActive.png",
3 years ago
"text": "品牌搜索"
},
{
"pagePath": "pages/varComm/index",
3 years ago
"iconPath": "/components/tabbarComponent/icons/varComm.png",
"selectedIconPath": "/components/tabbarComponent/icons/varCommActive.png",
3 years ago
"text": "对比"
},
{
"pagePath": "pages/mine/index",
3 years ago
"iconPath": "/components/tabbarComponent/icons/mine.png",
"selectedIconPath": "/components/tabbarComponent/icons/mineActive.png",
3 years ago
"text": "我的"
3 years ago
}
3 years ago
]
3 years ago
},
"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"
3 years ago
}
3 years ago
3 years ago
}