| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812 |
- {
- "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函数里面得到
- }
- ]
- }
- }
|