{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/mobile" }, { "path": "pages/login/workbench" }, { "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" } }, // 收费 { "path": "pages/charge/visitsAndFees/index", "style": { "navigationBarTitleText": "用户拜访/收费", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/charge/visitsAndFees/detail", "style": { "navigationBarTitleText": "用户拜访/收费详情", "navigationStyle": "custom" } }, { "path": "pages/charge/visitsAndFees/processFlow", "style": { "navigationBarTitleText": "处理流程", "navigationStyle": "custom" } }, { "path": "pages/charge/visitsAndFees/createaVisit", "style": { "navigationBarTitleText": "创建拜访/收费", "navigationStyle": "custom" } }, { "path": "pages/charge/ignitionMaintenance/index", "style": { "navigationBarTitleText": "点火维护", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/charge/ignitionMaintenance/detail", "style": { "navigationBarTitleText": "点火维护详情", "navigationStyle": "custom" } }, { "path": "pages/charge/constructionMaintenance/index", "style": { "navigationBarTitleText": "施工维护", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/charge/constructionMaintenance/detail", "style": { "navigationBarTitleText": "施工维护详情", "navigationStyle": "custom" } } ], "tabBar": { // "backgroundColor": "#fff", // "selectedColor": "#cf000d", // "color": "#8e8e8e", "custom": true, "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" }, { "pagePath": "pages/charge/visitsAndFees/index", "text": "拜访收费" }, { "pagePath": "pages/charge/ignitionMaintenance/index", "text": "电话维护" }, { "pagePath": "pages/charge/constructionMaintenance/index", "text": "施工维护" } ] }, "globalStyle": { "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarTitleText": "市场洞察", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#ffffff" } }