{
|
"pages": [
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/login/login",
|
"style": {}
|
}, {
|
"path": "pages/login/loginOauth2",
|
"style": {}
|
},
|
{
|
"path": "pages/index/index",
|
"style": {}
|
},
|
{
|
"path": "pages/basics/layout",
|
"style": {}
|
},
|
{
|
"path": "pages/basics/background",
|
"style": {}
|
},
|
{
|
"path": "pages/basics/text",
|
"style": {}
|
},
|
{
|
"path": "pages/basics/icon",
|
"style": {}
|
},
|
{
|
"path": "pages/basics/button",
|
"style": {}
|
},
|
{
|
"path": "pages/basics/design",
|
"style": {}
|
},
|
{
|
"path": "pages/basics/tag",
|
"style": {}
|
},
|
{
|
"path": "pages/basics/avatar",
|
"style": {}
|
},
|
{
|
"path": "pages/basics/progress",
|
"style": {}
|
},
|
{
|
"path": "pages/basics/shadow",
|
"style": {}
|
},
|
{
|
"path": "pages/basics/loading",
|
"style": {}
|
},
|
{
|
"path": "pages/component/bar",
|
"style": {}
|
},
|
{
|
"path": "pages/component/nav",
|
"style": {}
|
},
|
{
|
"path": "pages/component/list",
|
"style": {}
|
},
|
{
|
"path": "pages/component/card",
|
"style": {}
|
},
|
{
|
"path": "pages/component/form",
|
"style": {}
|
},
|
{
|
"path": "pages/component/timeline",
|
"style": {}
|
},
|
{
|
"path": "pages/component/chat",
|
"style": {}
|
},
|
{
|
"path": "pages/component/swiper",
|
"style": {}
|
},
|
{
|
"path": "pages/component/modal",
|
"style": {}
|
},
|
{
|
"path": "pages/component/steps",
|
"style": {}
|
}, {
|
"path": "pages/plugin/indexes",
|
"style": {}
|
}, {
|
"path": "pages/plugin/animation",
|
"style": {}
|
}, {
|
"path": "pages/plugin/drawer",
|
"style": {}
|
}, {
|
"path": "pages/plugin/verticalnav",
|
"style": {}
|
}, {
|
"path": "pages/home/home",
|
"style": {}
|
},
|
{
|
"path": "pages/spare/spare",
|
"style": {}
|
},
|
{
|
"path": "pages/device/device",
|
"style": {}
|
},
|
{
|
"path": "pages/user/userexit",
|
"style": {}
|
}, {
|
"path": "pages/user/userdetail",
|
"style": {}
|
}, {
|
"path": "pages/user/useredit",
|
"style": {}
|
}, {
|
"path": "pages/user/people",
|
"style": {}
|
}, {
|
"path": "pages/common/exit",
|
"style": {}
|
}, {
|
"path": "pages/common/success",
|
"style": {}
|
}, {
|
"path": "pages/user/location",
|
"style": {},
|
"permission": {
|
"scope.userLocation": {
|
"desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
|
}
|
}
|
}, {
|
"path": "pages/addressbook/address-book",
|
"style": {}
|
}, {
|
"path": "pages/addressbook/level-address-book",
|
"style": {}
|
},
|
{
|
"path": "pages/addressbook/member",
|
"style": {}
|
}, {
|
"path": "pages/addressbook/address-detail",
|
"style": {}
|
}, {
|
"path": "pages/annotation/annotationList",
|
"style": {
|
"app-plus": {
|
"bounce": "none" //删除此项: mescroll-body支持iOS回弹
|
}
|
}
|
}, {
|
"path": "pages/annotation/annotationDetail",
|
"style": {}
|
}, {
|
"path": "pages/common/helloWorld",
|
"style": {}
|
},
|
{
|
"path": "pages/TaskManager/TaskManagerList",
|
"style": {
|
"app-plus": {
|
"bounce": "none" //删除此项: mescroll-body支持iOS回弹
|
}
|
}
|
},
|
{
|
"path": "pages/device/deviceDeils/deviceDeils",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/device/deviceWebDeils/deviceWebDeils",
|
"style": {
|
"navigationBarTitleText": "设备详情"
|
}
|
},
|
{
|
"path": "pages/ToDoList/ToDoList",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/TaskManager/TaskManagerDeils/TaskManagerDeils",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/ToDoList/ToDoListDeils/ToDoListDeils",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/checkList/checkList",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/checkList/checkListDetils/checkListDetils",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/baoZhou/baoZhou",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/baoZhou/baoZhouDetils/baoZhouDetils",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/reportRepair/reportRepair",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/maintenanceReport/maintenanceReport",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/searEquipment/searEquipment",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/reportRepair/reportRepairList/reportRepairList",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/reportRepair/reportRepairDeils/reportRepairDeils",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/maintenanceReport/maintenanceReportDetils/maintenanceReportDetils",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/ToDoList/ToDoListDeils/ToDoCheckDetils/ToDoCheckDetils",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/ToDoList/ToDoListCheckSure/ToDoListCheckSure",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/ToDoList/ToDoSpareParts/ToDoSpareParts",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/ToDoList/ToDoBaoZhou/ToDoBaoZhou",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/ToDoList/ToDoBaoZhouSure/ToDoBaoZhouSure",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/selectEquipment/selectEquipment",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/historicalInspection/historicalInspection",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/historicalMaintenance/historicalMaintenance",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/historicalRepair/historicalRepair",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/production/ProductionManager/ProductionManager",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/quality/text/text",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/production/check/check",
|
"style": {
|
|
"navigationBarTitleText": "齐套检查"
|
|
}
|
},
|
{
|
"path": "pages/eam/production/process/process",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/production/sample/sample",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/production/feed/feed",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/production/record/record",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/quality/qualityInspection/qualityInspection",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/quality/defectiveProductReview/defectiveProductReview",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/quality/checkItem/checkItem",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/quality/productionInspection/productionInspection",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/quality/qualityInspection/addInspection/addInspection",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/quality/checkItemDetail/checkItemDetail",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/quality/qualityInspectionDetail/qualityInspectionDetail",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/quality/inspectionDetail/inspectionDetail",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/quality/reviewDocument/reviewDocument",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/production/ToDoList/ToDoList",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/andon/andonCall/andonCall",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/andon/myInitiated/myInitiated",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/andon/andonHandler/andonHandler",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/andon/andonAction/andonAction",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/andon/andonDetail/andonDetail",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/production/report/report",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/andon/andonAdd/andonAdd",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/lineSelect/lineSelect",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/selectUsers/selectUsers",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/eam/andon/andonRespond/andonRespond",
|
"style": {
|
"navigationBarTitleText": ""
|
}
|
},
|
{
|
"path": "pages/print-preview/print-preview",
|
"style": {
|
"navigationBarTitleText": "",
|
"pageOrientation": "landscape" // 新增横屏配置,landscape 表示横屏
|
}
|
},
|
{
|
"path" : "pages/finished-product-preview/finished-product-preview",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/inspection-tag-preview/inspection-tag-preview",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/eam/production/materialLoading/materialLoading",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
},
|
{
|
"path" : "pages/eam/production/partBlanking/partBlanking",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
}
|
|
|
|
],
|
"globalStyle": {
|
"mp-alipay": {
|
/* 支付宝小程序特有相关 */
|
"transparentTitle": "always",
|
"allowsBounceVertical": "NO"
|
},
|
"navigationBarBackgroundColor": "#0081ff",
|
"navigationBarTitleText": "设备管理",
|
"navigationStyle": "custom",
|
"navigationBarTextStyle": "white"
|
},
|
"usingComponts": true,
|
"condition": { //模式配置,仅开发期间生效
|
"current": 0, //当前激活的模式(list 的索引项)
|
"list": [{
|
"name": "表单", //模式名称
|
"path": "pages/index/index", //启动页面
|
"query": "" //启动参数
|
}]
|
}
|
|
}
|