{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages //蓝牙传输 { "path": "pages/index/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/Bluetooth", "style": { "navigationBarTitleText": "设置无线" } }, { "path": "pages/map/device", "style": { "navigationBarTitleText": "设备列表", "navigationStyle": "custom" } }, { "path": "pages/index/buzhi", "style": { "navigationBarTitleText": "代办", "navigationStyle": "custom" } }, { "path": "pages/home_index/home", "style": { "navigationBarTitleText": "取纸机", "navigationStyle": "custom" } }, { "path": "pages/home_index/positioning", "style": { "navigationBarTitleText": "取纸机", "navigationStyle": "custom" } }, { "path": "pages/home_index/public_toilets", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/home_index/cruise", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/home_index/personalCenter", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/devicesStatistics/devicesStatistics", "style": { "navigationBarTitleText": "设备耗纸统计", "navigationStyle": "custom" } }, { "path": "pages/devicesStatistics/inspectionRecords", "style": { "navigationBarTitleText": "G001公厕巡查记录" } }, { "path": "pages/index/setPatrol", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/setRecords", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/gcdxc", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/gcxcjl", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/gclb", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/addPublicToilets", "style": { "navigationStyle": "custom" } }, { "path": "pages/publicToiletsDetails/publicToiletsDetails", "style": { "navigationStyle": "custom" } }, { "path": "pages/personalInfo/personalInfo", "style": { "navigationStyle": "custom" } }, { "path": "pages/equipmentStatus/equipmentStatus", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/editPublicToiletsInfo/editPublicToiletsInfo", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/clockIn/clockIn", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/map/map", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/agreement", "style": { "navigationBarTitleText": "协议" } }, { "path": "pages/about", "style": { "navigationBarTitleText": "关于我们", "navigationStyle": "custom" } }, //通知信息 { "path": "pages/index/infolist", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/index/addbuzhi", "style": { "navigationBarTitleText": "补纸" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "uniIdRouter": {}, "tabBar": { "color": "#7A7E83", "selectedColor": "#FB262A", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/home_index/home", "iconPath": "static/tabar/ic_home_def.png", "selectedIconPath": "static/tabar/ic_home.png", "text": "首页" }, { "pagePath": "pages/home_index/positioning", "iconPath": "static/tabar/ic_positioning_def.png", "selectedIconPath": "static/tabar/ic_positioning_sel.png", "text": "定位" }, { "pagePath": "pages/home_index/cruise", "iconPath": "static/tabar/ic_cruise_def.png", "selectedIconPath": "static/tabar/ic_ic_cruise_sel.png", "text": "巡查管理" }, { "pagePath": "pages/home_index/public_toilets", "iconPath": "static/tabar/ic_public_toilets_def.png", "selectedIconPath": "static/tabar/ic_public_toilets_sel.png", "text": "公厕管理" }, { "pagePath": "pages/home_index/personalCenter", "iconPath": "static/tabar/ic_my_def.png", "selectedIconPath": "static/tabar/ic_my_sel.png", "text": "个人中心" } ] } }