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.
60 lines
1.9 KiB
60 lines
1.9 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": "#fff",
|
|
"navigationBarTitleText": "首页",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/components/tabbarComponent/icons/home.png",
|
|
"selectedIconPath": "/components/tabbarComponent/icons/homeActive.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/insight/index",
|
|
"iconPath": "/components/tabbarComponent/icons/insight.png",
|
|
"selectedIconPath": "/components/tabbarComponent/icons/insightActive.png",
|
|
"text": "洞察"
|
|
},
|
|
{
|
|
"pagePath": "pages/brandSearch/index",
|
|
"iconPath": "/components/tabbarComponent/icons/appSearch.png",
|
|
"selectedIconPath": "/components/tabbarComponent/icons/appSearchActive.png",
|
|
"text": "品牌搜索"
|
|
},
|
|
{
|
|
"pagePath": "pages/varComm/index",
|
|
"iconPath": "/components/tabbarComponent/icons/varComm.png",
|
|
"selectedIconPath": "/components/tabbarComponent/icons/varCommActive.png",
|
|
"text": "对比"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "/components/tabbarComponent/icons/mine.png",
|
|
"selectedIconPath": "/components/tabbarComponent/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"
|
|
}
|
|
|
|
} |