{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/home/home", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": true } }, { "path": "pages/tidings/tidings", "style": { "navigationBarTitleText": "消息", "enablePullDownRefresh": true } }, { "path": "pages/middle/middle", "style": { "navigationBarTitleText": "报修填报", "enablePullDownRefresh": false } }, { "path": "pages/operate/operate", "style": { "navigationBarTitleText": "功能", "enablePullDownRefresh": false } }, { "path": "pages/work-order/work-order", "style": { "navigationBarTitleText": "工单", "enablePullDownRefresh": true } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false, "backgroundColor": "#0082FF", "app-plus": { "bounce": "false", "scrollIndicator": "false" } } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false, "app-plus": {} } }, { "path": "pages/setting/forget-password", "style": { "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } }, { "path": "pages/setting/wechat-oauth", "style": { "navigationBarTitleText": "授权成功", "enablePullDownRefresh": false } }, { "path": "pages/setting/update-setting", "style": { "navigationBarTitleText": "用户信息", "enablePullDownRefresh": false } }, { "path": "pages/setting/setting", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/about/about", "style": { "navigationBarTitleText": "关于我们", "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/equipment/equipment", "style": { "navigationBarTitleText": "设备列表", "enablePullDownRefresh": true, "app-plus": { "bounce": false, "scrollIndicator": "none" } } }, { "path": "pages/tidings-detail/tidings-detail", "style": { "navigationBarTitleText": "详情" } }, { "path": "pages/equipment-detail/equipment-detail", "style": { "navigationBarTitleText": "设备详情" } }, { "path": "pages/equipment-detail/equipment-status", "style": { "navigationBarTitleText": "设备状态变更" } }, { "path": "pages/running/running", "style": { "navigationBarTitleText": "运行记录列表", "enablePullDownRefresh": true } }, { "path": "pages/running/running-detail", "style": { "navigationBarTitleText": "运行记录详情" } }, { "path": "pages/running/running-edit", "style": { "navigationBarTitleText": "运行记录填报", "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/lubrication/lubrication", "style": { "navigationBarTitleText": "润滑任务列表", "enablePullDownRefresh": true } }, { "path": "pages/lubrication-detail/lubrication-detail", "style": { "navigationBarTitleText": "润滑任务详情", "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/check/check", "style": { "navigationBarTitleText": "点检任务列表", "enablePullDownRefresh": true } }, { "path": "pages/check-detail/check-detail", "style": { "navigationBarTitleText": "点检任务详情" } }, { "path": "pages/check-add/check-add", "style": { "navigationBarTitleText": "点检任务填报", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/check-add/check-add-test", "style": { "navigationBarTitleText": "点检任务新增", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/maintain/main", "style": { "navigationBarTitleText": "保养", "enablePullDownRefresh": true } }, { "path": "pages/maintain/mainPosition", "style": { "navigationBarTitleText": "保养", "enablePullDownRefresh": true } }, { "path": "pages/maintain/maintain", "style": { "navigationBarTitleText": "保养任务列表", "enablePullDownRefresh": true } }, { "path": "pages/maintain/finish", "style": { "navigationBarTitleText": "保养任务完成", "enablePullDownRefresh": true } }, { "path": "pages/maintain/maintain-ignore", "style": { "navigationBarTitleText": "现场保养任务列表", "enablePullDownRefresh": true } }, { "path": "pages/maintain-detail/maintain-detail", "style": { "navigationBarTitleText": "保养任务详情" } }, { "path": "pages/maintain-add/maintain-add", "style": { "navigationBarTitleText": "保养任务填报", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/maintain-add/maintain-add-ignore", "style": { "navigationBarTitleText": "现场保养任务填报", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/oiling/oiling", "style": { "navigationBarTitleText": "加油任务列表", "enablePullDownRefresh": true } }, { "path": "pages/oiling-detail/oiling-detail", "style": { "navigationBarTitleText": "加油任务详情", "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/service/service", "style": { "navigationBarTitleText": "维修任务列表", "enablePullDownRefresh": true } }, { "path": "pages/service-detail/service-detail", "style": { "navigationBarTitleText": "维修任务详情", "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/oiling/my-oiling", "style": { "navigationBarTitleText": "我的加油列表", "enablePullDownRefresh": true } }, { "path": "pages/oiling/my-oiling-detail", "style": { "navigationBarTitleText": "我的加油详情", "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/inspection/inspection", "style": { "navigationBarTitleText": "巡检列表", "enablePullDownRefresh": true } }, { "path": "pages/inspection/inspection-detail", "style": { "navigationBarTitleText": "巡检详情", "enablePullDownRefresh": false } }, { "path": "pages/spare/spare-detail", "style": { "navigationBarTitleText": "备件详情" } }, { "path": "pages/spare/spare-img", "style": { "navigationBarTitleText": "备件图片", "enablePullDownRefresh": false } }, { "path": "pages/spare/spare-store", "style": { "navigationBarTitleText": "备件库存", "enablePullDownRefresh": false } }, { "path": "pages/spare/spare-store-add", "style": { "navigationBarTitleText": "备件新增库存", "enablePullDownRefresh": false } }, { "path": "pages/spare/spare-store-out", "style": { "navigationBarTitleText": "备件出库", "enablePullDownRefresh": false } }, { "path": "pages/spare/spare-store-in", "style": { "navigationBarTitleText": "备件入库", "enablePullDownRefresh": false } }, { "path": "pages/spare/spare-store-transfer", "style": { "navigationBarTitleText": "备件调拨", "enablePullDownRefresh": false } }, { "path": "pages/repair/repair", "style": { "navigationBarTitleText": "报修列表", "enablePullDownRefresh": true } }, { "path": "pages/repair-detail/repair-detail", "style": { "navigationBarTitleText": "报修详情", "enablePullDownRefresh": false } }, { "path": "pages/repair-detail/reject", "style": { "navigationBarTitleText": "拒单填报", "enablePullDownRefresh": false } }, { "path": "pages/repair-detail/transfer", "style": { "navigationBarTitleText": "转派填报", "enablePullDownRefresh": false } }, { "path": "pages/repair-check/repair-check", "style": { "navigationBarTitleText": "报修审核列表", "enablePullDownRefresh": true } }, { "path": "pages/repair-check/repair-detail", "style": { "navigationBarTitleText": "报修审核详情", "enablePullDownRefresh": true } }, { "path": "pages/edit-name/edit-name", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/inspection/inspection-edit", "style": { "navigationBarTitleText": "巡检填报", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/running-update/running-update", "style": { "navigationBarTitleText": "运行记录修改", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/running/running-batch-edit", "style": { "navigationBarTitleText": "批量修改", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/equipment-model/equipment-model", "style": { "navigationBarTitleText": "设备型号信息", "enablePullDownRefresh": false } }, { "path": "pages/equipment-use/equipment-use", "style": { "navigationBarTitleText": "设备使用信息", "enablePullDownRefresh": false } }, { "path": "pages/equipment-insure/equipment-insure", "style": { "navigationBarTitleText": "保险信息", "enablePullDownRefresh": false } }, { "path": "pages/equipment-date/equipment-date", "style": { "navigationBarTitleText": "日期信息", "enablePullDownRefresh": false } }, { "path": "pages/equipment-file/equipment-img", "style": { "navigationBarTitleText": "图片信息", "enablePullDownRefresh": false } }, { "path": "pages/equipment-file/equipment-file", "style": { "navigationBarTitleText": "文件信息", "enablePullDownRefresh": false } }, { "path": "pages/oiling/my-oiling-add", "style": { "navigationBarTitleText": "申请加油", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/oiling/batch-oiling-select", "style": { "navigationBarTitleText": "批量修改选择", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/oiling/batch-oiling-update", "style": { "navigationBarTitleText": "批量修改", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/repair-add/repair-add", "style": { "navigationBarTitleText": "报修填报", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white", "app-plus": { "softinputMode": "adjustResize" } } }, { "path": "pages/lubrication-add/lubrication-add", "style": { "navigationBarTitleText": "润滑任务填报", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/oiling/oiling-task", "style": { "navigationBarTitleText": "加油任务填报", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/service-add/service-add", "style": { "navigationBarTitleText": "维修填写", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/repair-reason/repair-reason-form", "style": { "navigationBarTitleText": "维修报告", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/repair-reason/repair-reason-select", "style": { "navigationBarTitleText": "选择部件", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/receive/receive-add", "style": { "navigationBarTitleText": "领用申请", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/receive/receive-add-new", "style": { "navigationBarTitleText": "领用申请", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/use-repair/use-repair", "style": { "navigationBarTitleText": "领用申请", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#0082FF", "navigationBarTextStyle": "white" } }, { "path": "pages/receive/receive", "style": { "navigationBarTitleText": "备品领用", "enablePullDownRefresh": true } }, { "path": "pages/receive/receive-detail", "style": { "navigationBarTitleText": "领用详情", "enablePullDownRefresh": false } }, { "path": "pages/deliver-add/deliver-add", "style": { "navigationBarTitleText": "转交信息", "enablePullDownRefresh": false } }, { "path": "pages/repair/repair-edit", "style": { "navigationBarTitleText": "报修验收", "enablePullDownRefresh": false } }, { "path": "pages/repair/repair-return", "style": { "navigationBarTitleText": "驳回", "enablePullDownRefresh": false } }, { "path": "pages/search/search", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true } }, { "path": "pages/search/search-store", "style": { "navigationBarTitleText": "搜索仓库", "enablePullDownRefresh": true } }, { "path": "pages/search/spare-search", "style": { "navigationBarTitleText": "备件搜索" } }, { "path": "pages/search/spare-search-goods", "style": { "navigationBarTitleText": "备件信息搜索", "navigationStyle": "custom" } }, { "path": "pages/search/spare-search-goods-from-store", "style": { "navigationBarTitleText": "仓库备件搜索", "navigationStyle": "custom" } }, { "path": "pages/out-store/list", "style": { "navigationBarTitleText": "出库单", "enablePullDownRefresh": true } }, { "path": "pages/out-store/out-store-detail", "style": { "navigationBarTitleText": "出库单详情", "enablePullDownRefresh": false } }, { "path": "pages/out-store/out-store-add", "style": { "navigationBarTitleText": "出库单新增", "enablePullDownRefresh": false } }, { "path": "pages/out-store/out-store-add-new", "style": { "navigationBarTitleText": "出库单新增", "enablePullDownRefresh": false } }, { "path": "pages/out-store/out-store-add-scan", "style": { "navigationBarTitleText": "扫码出库", "enablePullDownRefresh": false } }, { "path": "pages/in-store/list", "style": { "navigationBarTitleText": "入库单", "enablePullDownRefresh": true } }, { "path": "pages/in-store/in-store-detail", "style": { "navigationBarTitleText": "入库单详情", "enablePullDownRefresh": false } }, { "path": "pages/in-store/in-store-add", "style": { "navigationBarTitleText": "入库单新增", "enablePullDownRefresh": false } }, { "path": "pages/in-store/in-store-add-new", "style": { "navigationBarTitleText": "入库单新增", "enablePullDownRefresh": false } }, { "path": "pages/store-check/list", "style": { "navigationBarTitleText": "盘点任务", "enablePullDownRefresh": true } }, { "path": "pages/store-check/store-check-detail", "style": { "navigationBarTitleText": "盘点任务详情", "enablePullDownRefresh": false } }, { "path": "pages/store-check/store-check-add", "style": { "navigationBarTitleText": "盘点任务执行", "enablePullDownRefresh": false } }, { "path": "pages/in-store/in-store-add-scan", "style": { "navigationBarTitleText": "扫码入库", "enablePullDownRefresh": false } }, { "path": "pages/out-store/out-store", "style": { "navigationBarTitleText": "扫码出库" } }, { "path": "pages/running/running-batch-select", "style": { "navigationBarTitleText": "选择运行记录", "enablePullDownRefresh": false } } ], "tabBar": { "selectedColor": "#0082FF", "list": [ { "iconPath": "static/tabars/home.png", "pagePath": "pages/home/home", "selectedIconPath": "static/tabars/home_s.png", "text": "首页" }, { "iconPath": "static/tabars/order.png", "pagePath": "pages/operate/operate", "selectedIconPath": "static/tabars/order_s.png", "text": "功能" }, { "iconPath": "static/tabars/publish.png", "pagePath": "pages/middle/middle", "selectedIconPath": "static/tabars/publish.png", "text": "报修" }, { "iconPath": "static/tabars/tiding.png", "pagePath": "pages/tidings/tidings", "selectedIconPath": "static/tabars/tiding_s.png", "text": "消息" }, { "iconPath": "static/tabars/mine.png", "pagePath": "pages/my/my", "selectedIconPath": "static/tabars/mine_s.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#0082FF", "backgroundColor": "#F8F8F8" }, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "my-oiling-add", //模式名称 "path": "pages/in-store/in-store-add-new", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] } }