mes_mobile/pages.json

250 lines
5.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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" :
{
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/production/productionOrder",
"style" :
{
"navigationBarTitleText" : "生产工单管理",
"enablePullDownRefresh" : true,
"pullToRefresh":{
}
}
},
{
"path" : "pages/schedul/list",
"style" :
{
"navigationBarTitleText" : "工单排程",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/index/schedule",
"style" :
{
"navigationBarTitleText" : "工单进度",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/index/materialYield",
"style" :
{
"navigationBarTitleText" : "工单出材率",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/equipmentManage/equipmentManage",
"style" :
{
"navigationBarTitleText" : "设备管理",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/equipmentManage/editDevice",
"style" :
{
"navigationBarTitleText" : "添加设备",
"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" : true
}
},
{
"path" : "pages/deviceRepair/repairReport",
"style" :
{
"navigationBarTitleText" : "设备报修",
"enablePullDownRefresh" : false
}
},
{
"path":"pages/deviceRepair/deviceDetail",
"style" :{
"navigationBarTitleText" : "设备报修详情",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/deviceStatus/deviceStatus",
"style" :
{
"navigationBarTitleText" : "设备状态",
"enablePullDownRefresh" : false
}
},
{
"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
}
},
{
"path" : "pages/deviceStatus/deviceCamera",
"style" :
{
"navigationBarTitleText" : "设备状态",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/deviceStatus/detectionEventList",
"style" :
{
"navigationBarTitleText" : "设备状态",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/deviceRepair/repairOrder",
"style" :
{
"navigationBarTitleText" : "设备维修",
"enablePullDownRefresh" : false
}
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "德木自动化系统",
"navigationBarBackgroundColor": "#060B26",
"backgroundColor":"#060B26",
"backgroundTextStyle":"light",
"app-plus": {
"background": "#060B26"
},
"mp-weixin":{
"background":"#060B26",
"pullToRefresh":{
"color":"#060B26"
}
}
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "首页", //模式名称
"path": "pages/index/index", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到
}
]
},
"tabBar":{
"custom":true,
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"list":[{
"pagePath":"pages/index/index",
"text":"首页"
},{
"pagePath":"pages/person/person",
"text":"我的"
}
]
}
}