You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
149 lines
3.2 KiB
149 lines
3.2 KiB
{ |
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
{ |
|
"path": "pages/index/index", |
|
"style": { |
|
"navigationBarTitleText": "首页" |
|
} |
|
}, { |
|
"path": "pages/rawMaterial/rawMaterial", |
|
"style": { |
|
"navigationBarTitleText": "原材料列表", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/rawMaterialInfo/rawMaterialInfo", |
|
"style": { |
|
"navigationBarTitleText": "原材料检验", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/firstInspection/firstInspection", |
|
"style": { |
|
"navigationBarTitleText": "首检列表", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/firstInspectionInfo/firstInspectionInfo", |
|
"style": { |
|
"navigationBarTitleText": "产品首检", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/stampingInspection/stampingInspection", |
|
"style": { |
|
"navigationBarTitleText": "冲压巡检", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/stampingInspectionInfo/stampingInspectionInfo", |
|
"style": { |
|
"navigationBarTitleText": "冲压巡检", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/spray/spray", |
|
"style": { |
|
"navigationBarTitleText": "喷涂巡检", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/sprayInfo/sprayInfo", |
|
"style": { |
|
"navigationBarTitleText": "喷涂巡检", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/assemble/assemble", |
|
"style": { |
|
"navigationBarTitleText": "组装巡检", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/assembleInfo/assembleInfo", |
|
"style": { |
|
"navigationBarTitleText": "组装巡检", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/hardware/hardware", |
|
"style": { |
|
"navigationBarTitleText": "五金巡检", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/hardwareInfo/hardwareInfo", |
|
"style": { |
|
"navigationBarTitleText": "五金巡检", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/stampingRecordList/stampingRecordList", |
|
"style": { |
|
"navigationBarTitleText": "冲压记录", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/stopLine/stopLine", |
|
"style": { |
|
"navigationBarTitleText": "冲压记录", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/offLine/offLine", |
|
"style": { |
|
"navigationBarTitleText": "", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/badProduct/badProduct", |
|
"style": { |
|
"navigationBarTitleText": "", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/rework/rework", |
|
"style": { |
|
"navigationBarTitleText": "", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/login/login", |
|
"style": { |
|
"navigationBarTitleText": "登录", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, { |
|
"path": "pages/forgetPassword/forgetPassword", |
|
"style": { |
|
"navigationBarTitleText": "修改密码", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
], |
|
"globalStyle": { |
|
"navigationBarTextStyle": "white", |
|
"navigationBarTitleText": "uni-app", |
|
"navigationBarBackgroundColor": "#008EBC", |
|
"backgroundColor": "#F8F8F8" |
|
} |
|
}
|
|
|