|
|
|
@ -18,32 +18,32 @@
|
|
|
|
|
"custom": true,
|
|
|
|
|
"list": [{
|
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/home.png",
|
|
|
|
|
"selectedIconPath": "/components/tabbarComponent/icons/homeActive.png",
|
|
|
|
|
"iconPath": "/custom-tab-bar/icons/home.png",
|
|
|
|
|
"selectedIconPath": "/custom-tab-bar/icons/homeActive.png",
|
|
|
|
|
"text": "首页"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/insight/index",
|
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/insight.png",
|
|
|
|
|
"selectedIconPath": "/components/tabbarComponent/icons/insightActive.png",
|
|
|
|
|
"iconPath": "/custom-tab-bar/icons/insight.png",
|
|
|
|
|
"selectedIconPath": "/custom-tab-bar/icons/insightActive.png",
|
|
|
|
|
"text": "洞察"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/brandSearch/index",
|
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/appSearch.png",
|
|
|
|
|
"selectedIconPath": "/components/tabbarComponent/icons/appSearchActive.png",
|
|
|
|
|
"iconPath": "/custom-tab-bar/icons/appSearch.png",
|
|
|
|
|
"selectedIconPath": "/custom-tab-bar/icons/appSearchActive.png",
|
|
|
|
|
"text": "品牌搜索"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/varComm/index",
|
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/varComm.png",
|
|
|
|
|
"selectedIconPath": "/components/tabbarComponent/icons/varCommActive.png",
|
|
|
|
|
"iconPath": "/custom-tab-bar/icons/varComm.png",
|
|
|
|
|
"selectedIconPath": "/custom-tab-bar/icons/varCommActive.png",
|
|
|
|
|
"text": "对比"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/mine/index",
|
|
|
|
|
"iconPath": "/components/tabbarComponent/icons/mine.png",
|
|
|
|
|
"selectedIconPath": "/components/tabbarComponent/icons/mineActive.png",
|
|
|
|
|
"iconPath": "/custom-tab-bar/icons/mine.png",
|
|
|
|
|
"selectedIconPath": "/custom-tab-bar/icons/mineActive.png",
|
|
|
|
|
"text": "我的"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|