65 lines
1.3 KiB
JSON
65 lines
1.3 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle":"custom"
|
|
}
|
|
},{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle":"custom"
|
|
}
|
|
},{
|
|
"path": "pages/dispatch/index",
|
|
"style": {
|
|
"navigationBarTitleText": "派工计划"
|
|
}
|
|
},{
|
|
"path": "pages/dispatch/add",
|
|
"style": {
|
|
"navigationBarTitleText": "派工"
|
|
}
|
|
},{
|
|
"path": "pages/processReport/add",
|
|
"style": {
|
|
"navigationBarTitleText": "工序报工"
|
|
}
|
|
},{
|
|
"path": "pages/materialCollect/add",
|
|
"style": {
|
|
"navigationBarTitleText": "用料采集"
|
|
}
|
|
},{
|
|
"path": "pages/processCheck/index",
|
|
"style": {
|
|
"navigationBarTitleText": "工序检验"
|
|
}
|
|
},{
|
|
"path": "pages/processCheck/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "工序检验"
|
|
}
|
|
},{
|
|
"path": "pages/task/index",
|
|
"style": {
|
|
"navigationBarTitleText": "异常汇报"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/repairRecord/add",
|
|
"style": {
|
|
"navigationBarTitleText": "故障报修"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
}
|