{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/mobile" },{ "path": "pages/market/index", "style": { "navigationBarTitleText": "市场资讯", "navigationStyle": "custom", "enablePullDownRefresh": true } },{ "path": "pages/market/total", "style": { "navigationBarTitleText": "数据统计", "navigationStyle": "custom", "enablePullDownRefresh": true } },{ "path": "pages/market/newsDetails", "style": { "navigationBarTitleText": "资讯详情", "navigationStyle": "custom" } }, { "path": "pages/market/insight", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "市场洞察", "navigationStyle": "custom" } }, { "path": "pages/market/researchReport", "style": { "navigationBarTitleText": "研究报告", "navigationStyle": "custom" } }, { "path": "pages/market/knowledgeBase", "style": { "navigationBarTitleText": "知识库", "navigationStyle": "custom" } }, { "path": "pages/market/userDetails", "style": { "navigationBarTitleText": "居民用户详情", "navigationStyle": "custom" } }, { "path": "pages/market/reportDetails", "style": { "navigationBarTitleText": "报告详情", "navigationStyle": "custom" } } ], "tabBar": { "backgroundColor": "#fff", "selectedColor": "#cf000d", "color": "#8e8e8e", "list": [{ "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" } ] }, "globalStyle": { "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarTitleText": "市场洞察", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#ffffff" } }