161 lines
3.3 KiB
JSON
161 lines
3.3 KiB
JSON
{
|
||
"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" :
|
||
{
|
||
// "navigationBarTitleText" : "登录",
|
||
"enablePullDownRefresh" : false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/production/productionOrder",
|
||
"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" : false
|
||
}
|
||
},
|
||
{
|
||
"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" : false
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/deviceRepair/RepairReport",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "设备报修",
|
||
"enablePullDownRefresh" : false
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/deviceStatus/deviceStatus",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "设备状态",
|
||
"enablePullDownRefresh" : false
|
||
}
|
||
}],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "德木自动化系统",
|
||
"navigationBarBackgroundColor": "#060B26",
|
||
"app-plus": {
|
||
"background": "#efeff4"
|
||
}
|
||
},
|
||
"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":"我的"
|
||
}
|
||
]
|
||
}
|
||
}
|