const insightTabList = [{ "pagePath": "pages/market/index", "text": "市场资讯", "iconPath": "/static/images/tabbar/message.png", "selectedIconPath": "/static/images/tabbar/message-active.png" }, { "pagePath": "pages/market/total", "text": "数据统计", "iconPath": "/static/images/tabbar/total.png", "selectedIconPath": "/static/images/tabbar/total-active.png" }, { "pagePath": "pages/market/insight", "text": "市场洞察", "iconPath": "/static/images/tabbar/insight.png", "selectedIconPath": "/static/images/tabbar/insight-active.png" }, { "pagePath": "pages/market/researchReport", "text": "研究报告", "iconPath": "/static/images/tabbar/report.png", "selectedIconPath": "/static/images/tabbar/report-active.png" }, { "pagePath": "pages/market/knowledgeBase", "text": "知识库", "iconPath": "/static/images/tabbar/knowledgeBase.png", "selectedIconPath": "/static/images/tabbar/knowledgeBase-active.png" } ] const chargeTabList = [{ "pagePath": "pages/charge/visitsAndFees/index", "text": "拜访收费", "iconPath": "/static/images/tabbar/icon-1.png", "selectedIconPath": "/static/images/tabbar/icon-1-active.png" }, { "pagePath": "pages/charge/ignitionMaintenance/index", "text": "点火维护", "iconPath": "/static/images/tabbar/icon-2.png", "selectedIconPath": "/static/images/tabbar/icon-2-active.png" }, { "pagePath": "pages/charge/constructionMaintenance/index", "text": "施工维护", "iconPath": "/static/images/tabbar/icon-3.png", "selectedIconPath": "/static/images/tabbar/icon-3-active.png" }, ] export default { insightTabList, chargeTabList }