{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/login/login", "style" : { "navigationBarTitleText": "登录", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/index/index",//首页 "style": { "navigationStyle": "custom" } },{ "path" : "pages/my/my",//我的 "style": { "navigationStyle": "custom" } }, { "path" : "pages/devices/devices",//设备管理 "style": { "navigationStyle": "custom" } }, { "path" : "pages/devices/addDevices",//设备管理-新增 "style": { "navigationStyle": "custom" } }, { "path" : "pages/bracelet/bracelet",//手环管理 "style": { "navigationStyle": "custom" } }, { "path" : "pages/bracelet/braceletBack",//手环管理-归还 "style": { "navigationStyle": "custom" } },{ "path" : "pages/bracelet/braceletBind",//手环管理-绑定 "style": { "navigationStyle": "custom" } },{ "path" : "pages/bracelet/addTempPeople",//手环管理-临时人员 "style": { "navigationStyle": "custom" } },{ "path" : "pages/safehat/safeHat",//智能安全帽 "style": { "navigationStyle": "custom" } },{ "path" : "pages/safehat/safeHatBind",//智能安全帽 "style": { "navigationStyle": "custom" } },{ "path" : "pages/staff/staff",//现场人员 "style" : { "navigationStyle": "custom" } },{ "path" : "pages/staff/staffInfo",//现场信息 "style" : { "navigationStyle": "custom" } },{ "path" : "pages/alarm/alarm", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/monitor/monitor", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/monitor/realTime", "style" : { "navigationBarTitleText": "实时监控", "enablePullDownRefresh": false } } ,{ "path" : "pages/monitor/history", "style" : { "navigationBarTitleText": "历史记录", "enablePullDownRefresh": false } } ], "tabBar": { "backgroundColor": "#fff", "color": "#929292", "borderStyle": "black", "list": [{ "text": "首页", "pagePath": "pages/index/index", "iconPath": "static/img/index1.png", //未选中时的图标 "selectedIconPath": "static/img/index2.png" //选中后图标 }, { "text": "我的", "pagePath": "pages/my/my", "iconPath": "static/img/my1.png", //未选中时的图标 "selectedIconPath": "static/img/my2.png" //选中后图标 }] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#fff" }, "uniIdRouter": {} }