You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
335 lines
8.7 KiB
335 lines
8.7 KiB
{
|
|
"pages": [
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}, {
|
|
"path": "pages/device/index",
|
|
"style": {
|
|
"navigationBarTitleText": "设备列表",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}, {
|
|
"path": "pages/mold/index",
|
|
"style": {
|
|
"navigationBarTitleText": "模具",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}, {
|
|
"path": "pages/spareParts/index",
|
|
"style": {
|
|
"navigationBarTitleText": "备件",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}, {
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/login",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/deviceReport/index",
|
|
"style": {
|
|
"navigationBarTitleText": "设备报修",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/deviceReport/addForm",
|
|
"style": {
|
|
"navigationBarTitleText": "添加报修",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/deviceReport/myDeviceReport",
|
|
"style": {
|
|
"navigationBarTitleText": "我的报修",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/repairOrder/index",
|
|
"style": {
|
|
"navigationBarTitleText": "维修工单",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/repairOrder/addForm",
|
|
"style": {
|
|
"navigationBarTitleText": "添加维修工单",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/repairOrder/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "维修工单详情",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/repairOrder/myOrder",
|
|
"style": {
|
|
"navigationBarTitleText": "我的维修工单",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/repairOrder/addServiceRecord",
|
|
"style": {
|
|
"navigationBarTitleText": "添加维修内容",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/repairOrder/transfer",
|
|
"style": {
|
|
"navigationBarTitleText": "转办",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/overhaulOrder/index",
|
|
"style": {
|
|
"navigationBarTitleText": "检修工单",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/overhaulOrder/addForm",
|
|
"style": {
|
|
"navigationBarTitleText": "添加检修工单",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/overhaulOrder/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "检修工单详情",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/overhaulOrder/addServiceRecord",
|
|
"style": {
|
|
"navigationBarTitleText": "添加检修内容",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/overhaulOrder/reqairOrderList",
|
|
"style": {
|
|
"navigationBarTitleText": "选择维修工单",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/spotCheckOrder/index",
|
|
"style": {
|
|
"navigationBarTitleText": "点检工单",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
,{
|
|
"path": "pages/spotCheckOrder/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "点检工单详情",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}
|
|
,{
|
|
"path": "pages/spotCheckOrder/detailAndEdit",
|
|
"style": {
|
|
"navigationBarTitleText": "点检工单详情",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}
|
|
,{
|
|
"path": "pages/spotCheckOrder/addForm",
|
|
"style": {
|
|
"navigationBarTitleText": "添加点检工单",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/spotCheckOrder/myOrder",
|
|
"style": {
|
|
"navigationBarTitleText": "我的点检工单",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/upkeepOrder/index",
|
|
"style": {
|
|
"navigationBarTitleText": "保养工单",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/upkeepOrder/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "保养工单详情",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/upkeepOrder/addServiceRecord",
|
|
"style": {
|
|
"navigationBarTitleText": "添加保养内容",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/upkeepOrder/myOrder",
|
|
"style": {
|
|
"navigationBarTitleText": "我的保养工单",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/sparePartsApplication/index",
|
|
"style": {
|
|
"navigationBarTitleText": "领用申请",
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/sparePartsApplication/addForm",
|
|
"style": {
|
|
"navigationBarTitleText": "领用备件",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/sparePartsApplication/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "详情",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/sparePartsApplication/mySparePartsApplication",
|
|
"style": {
|
|
"navigationBarTitleText": "我的领用",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/sparePartsServiceWorkOrderList/addForm",
|
|
"style": {
|
|
"navigationBarTitleText": "添加备件维修工单",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/sparePartsServiceWorkOrderList/mySparePartsService",
|
|
"style": {
|
|
"navigationBarTitleText": "我的备件维修",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/sparePartsApplicationApprove/index",
|
|
"style": {
|
|
"navigationBarTitleText": "领用申请审批",
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/sparePartsApplicationApprove/mySparePartsApplicationApprove",
|
|
"style": {
|
|
"navigationBarTitleText": "我的领用审批",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/mine/changePassword",
|
|
"style": {
|
|
"navigationBarTitleText": "修改密码",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/mine/agreement",
|
|
"style": {
|
|
"navigationBarTitleText": "用户协议",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/mine/privacyPolicy",
|
|
"style": {
|
|
"navigationBarTitleText": "隐私政策",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/overhaulOrder/addSubItem",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/repairOrder/customModal",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#8f9bb3",
|
|
"selectedColor": "#409eff",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/index",
|
|
"iconPath": "static/images/tabbar/tab_icon1.png",
|
|
"selectedIconPath": "static/images/tabbar/tab_act_icon1.png",
|
|
"text": "首页"
|
|
}, {
|
|
"pagePath": "pages/device/index",
|
|
"iconPath": "static/images/tabbar/tab_icon2.png",
|
|
"selectedIconPath": "static/images/tabbar/tab_act_icon2.png",
|
|
"text": "设备"
|
|
}, {
|
|
"pagePath": "pages/mold/index",
|
|
"iconPath": "static/images/tabbar/tab_icon3.png",
|
|
"selectedIconPath": "static/images/tabbar/tab_act_icon3.png",
|
|
"text": "模具"
|
|
}, {
|
|
"pagePath": "pages/spareParts/index",
|
|
"iconPath": "static/images/tabbar/tab_icon4.png",
|
|
"selectedIconPath": "static/images/tabbar/tab_act_icon4.png",
|
|
"text": "备件"
|
|
}, {
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "static/images/tabbar/tab_icon5.png",
|
|
"selectedIconPath": "static/images/tabbar/tab_act_icon5.png",
|
|
"text": "我的"
|
|
}]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundColorBottom": "#f5f5f5"
|
|
},
|
|
"easycom": {
|
|
"custom": {
|
|
"^u-(.*)": "vk-uview-ui/components/u-$1/u-$1.vue"
|
|
}
|
|
}
|
|
}
|
|
|