{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "孝感海绵公共服务" } }, { "path": "pages/webview/index", "style": { "navigationBarTitleText": "专题详情", "enablePullDownRefresh": false } }, { "path": "pages/riskWarn/index", "style": { "navigationBarTitleText": "风险提示", "enablePullDownRefresh": false } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false } }, { "path": "pages/news/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/news/detail", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/quesNaire/index", "style": { "navigationBarTitleText": "问卷调查", "enablePullDownRefresh": false } }, { "path": "pages/concern/concern", "style": { "navigationBarTitleText": "我的收藏", "enablePullDownRefresh": false } }, { "path": "pages/snapshot/snapshot", "style": { "navigationBarTitleText": "意见反馈", "enablePullDownRefresh": false } }, { "path": "pages/instructions/instructions", "style": { "navigationBarTitleText": "使用说明", "enablePullDownRefresh": false } }, { "path": "pages/forum/index", "style": { "navigationBarTitleText": "随手拍", "enablePullDownRefresh": false } }, { "path": "pages/projectHM/project", "style": { "navigationBarTitleText": "海绵项目", "enablePullDownRefresh": false } }, { "path": "pages/projectHM/detail", "style": { "navigationBarTitleText": "海绵项目详情", "enablePullDownRefresh": false } }, { "path": "pages/projectHM/projectAll", "style": { "navigationBarTitleText": "海绵项目详情", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "孝感海绵", "navigationBarBackgroundColor": "#fff" }, "uniIdRouter": {}, "tabBar": { "borderStyle": "black", "backgroundColor": "#fff", "color": "#333", "selectedColor": "#145BF7", "list": [{ "text": "首页", "pagePath": "pages/index/index", "iconPath": "static/images/home.png", "selectedIconPath": "static/images/home-act.png" }, { "text": "风险提示", "pagePath": "pages/riskWarn/index", "iconPath": "static/images/risk.png", "selectedIconPath": "static/images/risk-act.png" }, { "text": "随手拍", "pagePath": "pages/snapshot/snapshot", "iconPath": "static/images/forum.png", "selectedIconPath": "static/images/forum-act.png" }, { "text": "我的", "pagePath": "pages/mine/index", "iconPath": "static/images/user.png", "selectedIconPath": "static/images/user-act.png" } ] } }