{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/logIn/logIn", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black", // 开启下拉刷新 "enablePullDownRefresh": false, "h5": {}, "app-plus": { // "titleNView": false } } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "门户中心", "navigationStyle": "custom", "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "white" } }, { "path": "pages/map/index", "style": { "navigationBarTitleText": "排查选择", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/index/detail", "style": { "navigationBarTitleText": "智能排查", "navigationStyle": "default", "navigationBarBackgroundColor": "#3567c1", "navigationBarTextStyle": "white", "enablePullDownRefresh": false } }, { "path": "pages/investigation/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "排查", // 开启下拉刷新 "enablePullDownRefresh": true, "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "white" // "app-plus": { // "titleNView": { // "buttons": [] // } // } } }, { "path": "pages/investigation/customRoad", "style": { "navigationStyle": "custom", "navigationBarTitleText": "新增对象", // 开启下拉刷新 "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "white" // "app-plus": { // "titleNView": { // "buttons": [] // } // } } }, { "path": "pages/approve/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "审批", // 开启下拉刷新 "enablePullDownRefresh": true, "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "white" } }, { "path": "pages/investigation/detail", "style": { "navigationStyle": "custom", "navigationBarTitleText": "农三轮详情", // 开启下拉刷新 "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } }, { "path": "pages/investigation/warningDetail", "style": { "navigationStyle": "custom", "navigationBarTitleText": "农三轮预警处理", // 开启下拉刷新 "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } }, { "path": "pages/investigation/complete", "style": { "navigationStyle": "custom", "navigationBarTitleText": "排查", // 开启下拉刷新 "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } }, { "path": "pages/investigation/task", "style": { "navigationStyle": "custom", "navigationBarTitleText": "排查", // 开启下拉刷新 "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black", "app-plus": { "softinputMode": "adjustResize" } } }, { "path": "pages/investigation/task", "style": { "navigationStyle": "custom", "navigationBarTitleText": "排查", // 开启下拉刷新 "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black", "app-plus": { "softinputMode": "adjustResize" } } }, { "path": "pages/governance/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "治理", // 开启下拉刷新 "enablePullDownRefresh": true, "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "white" } }, { "path": "pages/logIn/agree", "style": { "navigationStyle": "default", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } }, { "path": "pages/logIn/findPsw", "style": { "navigationStyle": "default", "navigationBarTitleText": "找回密码", "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } }, { "path": "pages/logIn/userInfo", "style": { "navigationStyle": "default", "navigationBarTitleText": "填写信息", "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } }, { "path": "pages/agricultural3W/index", "style": { "navigationBarTitleText": "农三轮", "navigationStyle": "custom" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "个人中心", "navigationStyle": "custom" } }, { "path": "pages/mine/setting", "style": { "navigationBarTitleText": "设置", "navigationStyle": "default", "navigationBarBackgroundColor": "#F6F8FA", "navigationBarTextStyle": "black" } }, { "path": "pages/mine/password", "style": { "navigationBarTitleText": "修改密码", // "navigationStyle": "default", "navigationBarBackgroundColor": "#F6F8FA", "navigationBarTextStyle": "black" } }, { "path": "pages/knowledge/index", "style": { "navigationBarTitleText": "知识库", "navigationStyle": "default", "navigationBarBackgroundColor": "#3567c1", "navigationBarTextStyle": "white" } }, { "path": "pages/create/create", "style": { "navigationStyle": "custom", "navigationBarTitleText": "排查选择", "enablePullDownRefresh": false } }, { "path": "pages/governance/governance-form", "style": { "navigationStyle": "custom", "navigationBarTitleText": "治理结果", // 开启下拉刷新 "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black", "app-plus": { "softinputMode": "adjustResize" } } }, { "path": "pages/app-update/index", "style": { "navigationBarTitleText": "APP更新", "navigationStyle": "custom", "app-plus": { "background": "transparent", "webviewBGTransparent": true, "popGesture": "none" } } } ], "tabBar": { // "custom": true, "color": "#7A7E83", // tab 上的文字默认颜色 "selectedColor": "#2294E6", // tab 上的文字选中时的颜色 "borderStyle": "black", // tabbar 上边框的颜色,可选值 black/white "backgroundColor": "#ffffff", // tab 的背景色 "list": [{ // 最少2个、最多5个 tab "pagePath": "pages/index/index" // // 页面路径,必须在 pages 中先定义 // "iconPath": "static/nav/index.png", // // 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px // "selectedIconPath": "static/nav/index_active.png", // // 选中时的图片路径 // "text": "首页" // tab 上按钮文字 }, { "pagePath": "pages/approve/index" // "iconPath": "static/nav/jobfind.png", // "selectedIconPath": "static/nav/jobfind_active.png", // "text": "审批" }, { "pagePath": "pages/investigation/index" // "iconPath": "static/nav/job.png", // "selectedIconPath": "static/nav/job_active.png", // "text": "排查" }, { "pagePath": "pages/governance/index" // "iconPath": "static/nav/lean.png", // "selectedIconPath": "static/nav/lean_active.png", // "text": "治理" }, { "pagePath": "pages/agricultural3W/index" // "iconPath": "static/nav/mine.png", // "selectedIconPath": "static/nav/mine_active.png", // "text": "农三轮" }, { "pagePath": "pages/mine/index" // "iconPath": "static/nav/mine.png", // "selectedIconPath": "static/nav/mine_active.png", // "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "app", "navigationBarBackgroundColor": "#2294E6", "pullToRefresh": { "color": "#2294E6" } // "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }