mes_mobile/pages.json

243 lines
4.9 KiB
JSON
Raw Normal View History

2024-01-15 14:02:04 +08:00
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "德木自动化系统"
}
},{
"path": "pages/person/person",
"style": {
"navigationBarTitleText": "个人中心"
}
},{
"path": "pages/index/message",
"style": {
"navigationBarTitleText": "消息管理"
}
},
{
"path" : "pages/person/accountCenter",
"style" :
{
"navigationBarTitleText" : "账户中心",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/person/changePhone",
"style" :
{
"navigationBarTitleText" : "更改手机号",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/login/login",
"style" :
{
2024-01-16 16:42:05 +08:00
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
2024-02-19 16:53:38 +08:00
"path" : "pages/production/productionOrder",
2024-01-16 16:42:05 +08:00
"style" :
{
"navigationBarTitleText" : "生产工单管理",
2024-04-23 11:48:55 +08:00
"enablePullDownRefresh" : true,
"pullToRefresh":{
2024-04-30 16:08:07 +08:00
2024-04-23 11:48:55 +08:00
}
2024-01-15 14:02:04 +08:00
}
2024-04-30 16:08:07 +08:00
},
{
"path" : "pages/schedul/list",
"style" :
{
"navigationBarTitleText" : "工单排程",
"enablePullDownRefresh" : false
}
2024-02-19 16:53:38 +08:00
},
{
"path" : "pages/index/schedule",
"style" :
{
"navigationBarTitleText" : "工单进度",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/index/materialYield",
"style" :
{
"navigationBarTitleText" : "工单出材率",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/equipmentManage/equipmentManage",
"style" :
{
"navigationBarTitleText" : "设备管理",
2024-04-30 16:08:07 +08:00
"enablePullDownRefresh" : true
2024-02-19 16:53:38 +08:00
}
},
{
"path" : "pages/equipmentManage/editDevice",
"style" :
{
2024-04-30 16:08:07 +08:00
"navigationBarTitleText" : "添加设备",
2024-02-19 16:53:38 +08:00
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/equipmentManage/bindingDevice",
"style" :
{
"navigationBarTitleText" : "设备管理",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/production/productionDetail",
"style" :
{
"navigationBarTitleText" : "工单详情",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/deviceRepair/deviceRepair",
"style" :
{
"navigationBarTitleText" : "硬件设备报修",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/deviceRepair/RepairReport",
"style" :
{
"navigationBarTitleText" : "设备报修",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/deviceStatus/deviceStatus",
"style" :
{
"navigationBarTitleText" : "设备状态",
"enablePullDownRefresh" : false
}
2024-03-13 16:07:11 +08:00
},
{
"path" : "pages/equipmentManage/deviceDetail",
"style" :
{
"navigationBarTitleText" : "设备信息",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/person/faceAuthentication",
"style" :
{
"navigationBarTitleText" : "人脸认证",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/person/myAuthority",
"style" :
{
"navigationBarTitleText" : "我的权限",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/person/alarm",
"style" :
{
"navigationBarTitleText" : "设备报警",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/person/safetyAccidents",
"style" :
{
"navigationBarTitleText" : "安全事故",
"enablePullDownRefresh" : false
}
2024-04-11 18:54:43 +08:00
},
{
"path" : "pages/deviceStatus/deviceCamera",
"style" :
{
"navigationBarTitleText" : "设备状态",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/deviceStatus/detectionEventList",
"style" :
{
"navigationBarTitleText" : "设备状态",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/deviceRepair/repairOrder",
"style" :
{
"navigationBarTitleText" : "设备维修",
"enablePullDownRefresh" : false
}
2024-01-15 14:02:04 +08:00
}],
2024-04-23 11:48:55 +08:00
"globalStyle": {
2024-01-15 14:02:04 +08:00
"navigationBarTextStyle": "white",
"navigationBarTitleText": "德木自动化系统",
2024-04-23 11:48:55 +08:00
"navigationBarBackgroundColor": "#060B26",
"backgroundColor":"#060B26",
"backgroundTextStyle":"light",
2024-01-15 14:02:04 +08:00
"app-plus": {
2024-04-23 11:48:55 +08:00
"background": "#060B26"
},
"mp-weixin":{
"background":"#060B26",
"pullToRefresh":{
"color":"#060B26"
}
}
2024-01-15 14:02:04 +08:00
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
2024-01-16 16:42:05 +08:00
"name": "首页", //模式名称
"path": "pages/index/index", //启动页面,必选
2024-01-15 14:02:04 +08:00
"query": "" //启动参数在页面的onLoad函数里面得到
}
]
},
2024-01-16 16:57:49 +08:00
"tabBar":{
"custom":true,
2024-01-15 14:02:04 +08:00
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"list":[{
"pagePath":"pages/index/index",
"text":"首页"
},{
2024-01-16 16:42:05 +08:00
"pagePath":"pages/person/person",
2024-01-15 14:02:04 +08:00
"text":"我的"
}
]
2024-01-16 16:57:49 +08:00
}
2024-01-15 14:02:04 +08:00
}