{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/stage/index", "style": { "navigationBarTitleText": "驿站服务", "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom", "navigationBarTitleText": "欢迎", "navigationBarBackgroundColor": "#daf1fc" } }, { "path": "pages/index/index2", "style": { "navigationBarTitleText": "智慧后勤", "navigationBarBackgroundColor": "#daf1fc", "app-plus": { "titleNView": { "buttons": [ //原生标题栏按钮配置, { "fontSrc": "/static/ttf/iconfont_other.ttf", "text": "", "color": "#00875A", "float": "right", "fontSize": "25px", "redDot": false, "path": "/pages/help/help" } ] } } } }, { "path": "pages/index/index3", "style": { "navigationBarTitleText": "智慧后勤", "navigationBarBackgroundColor": "#daf1fc", "app-plus": { // "titleNView": { // "buttons": [ //原生标题栏按钮配置, // { // "fontSrc": "/static/ttf/iconfont_other.ttf", // "text": "", // "color": "#00875A", // "float": "right", // "fontSize": "25px", // "redDot": false, // "path": "/pages/help/help" // } // ] // } } } }, { "path": "pages/login/register", "style": { "navigationBarTitleText": "注册", "navigationBarBackgroundColor": "#daf1fc" } }, { "path": "pages/message/index", "style": { "navigationBarTitleText": "消息", "navigationBarBackgroundColor": "#daf1fc" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的", "navigationBarBackgroundColor": "#daf1fc" } }, { "path": "pages/firstAid/index", "style": { "navigationBarTitleText": "急救指南", "navigationBarBackgroundColor": "#daf1fc", "navigationStyle": "custom" } }, { "path": "pages/firstAid/detail", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/device/firstAid", "style": { "navigationBarTitleText": "急救设备", "navigationStyle": "custom" } }, { "path": "pages/device/selfTest", "style": { "navigationBarTitleText": "自测设备", "navigationStyle": "custom" } }, { "path": "pages/device/share", "style": { "navigationBarTitleText": "共享工具", "navigationStyle": "custom" } }, { "path": "pages/device/property", "style": { "navigationBarTitleText": "物业服务", "navigationStyle": "custom" } }, { "path": "pages/device/synopsis", "style": { "navigationBarTitleText": "简介", "navigationStyle": "custom" } }, { "path": "pages/device/notice", "style": { "navigationBarTitleText": "公告", "navigationStyle": "custom" } }, { "path": "pages/device/noticeDetail", "style": { "navigationBarTitleText": "公告详情", "navigationStyle": "custom" } }, { "path": "pages/doctor/index", "style": { "navigationBarTitleText": "就医协助", "navigationStyle": "custom" } }, { "path": "pages/device/carServer", "style": { "navigationBarTitleText": "车辆服务", "navigationStyle": "custom" } }, { "path": "pages/doctor/clinic", "style": { "navigationBarTitleText": "门诊咨询", "navigationStyle": "custom" } }, { "path": "pages/doctor/reservation", "style": { "navigationBarTitleText": "就医预约", "navigationStyle": "custom" } }, { "path": "pages/doctor/detail", "style": { "navigationBarTitleText": "就医预约详情", "navigationStyle": "custom" } }, { "path": "pages/doctor/physio", "style": { "navigationBarTitleText": "理疗预约", "navigationStyle": "custom" } }, { "path": "pages/doctor/health", "style": { "navigationBarTitleText": "健康咨询", "navigationStyle": "custom" } }, { "path": "pages/lifeService/laundry", "style": { "navigationBarTitleText": "洗衣服务", "navigationStyle": "custom" } }, { "path": "pages/lifeService/plants", "style": { "navigationBarTitleText": "绿植订购", "navigationStyle": "custom" } }, { "path": "pages/lifeService/cleaning", "style": { "navigationBarTitleText": "保洁服务", "navigationStyle": "custom" } }, { "path": "pages/lifeService/detail", "style": { "navigationBarTitleText": "详情", "navigationStyle": "custom" } }, { "path": "pages/lifeService/maintenance", "style": { "navigationBarTitleText": "维修服务", "navigationStyle": "custom" } }, { "path": "pages/lifeService/greenOrder", "style": { "navigationBarTitleText": "提交订单", "navigationStyle": "custom" } }, { "path": "pages/serverOrder/laundry", "style": { "navigationBarTitleText": "洗衣服务订单", "navigationStyle": "custom" } }, { "path": "pages/serverOrder/repair", "style": { "navigationBarTitleText": "维修服务订单", "navigationStyle": "custom" } }, { "path": "pages/serverOrder/cleaning", "style": { "navigationBarTitleText": "保洁服务订单", "navigationStyle": "custom" } }, { "path": "pages/serverOrder/plants", "style": { "navigationBarTitleText": "绿植订购订单", "navigationStyle": "custom" } }, { "path": "pages/doctor/phone", "style": { "navigationBarTitleText": "电话咨询", "navigationStyle": "custom" } } ], "globalStyle": { // "navigationStyle": "default", "navigationBarTextStyle": "black", "navigationBarTitleText": "智慧后勤", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f8f8f8" }, //底部导航 "tabBar": { "color": "#C0C4CC", "selectedColor": "#409ffd", "borderStyle": "#e7e7e7", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index3", "iconPath": "static/tab/home.png", "selectedIconPath": "static/tab/home-check1.png", "text": "首页" }, { "pagePath": "pages/message/index", "iconPath": "static/tab/notice.png", "selectedIconPath": "static/tab/notice-check.png", "text": "消息" }, { "pagePath": "pages/my/index", "iconPath": "static/tab/my.png", "selectedIconPath": "static/tab/my-check1.png", "text": "我的" } ] } }