123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- {
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- // index/index 登录页
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "账号管理"
- }
- },
- {
- "path": "pages/dashboard/index",
- "style": {
- "navigationBarTitleText": "控制台"
- }
- },
- {
- "path": "pages/equipmentList/index",
- "style": {
- "navigationBarTitleText": "绑定设备"
- }
- },
- {
- "path": "pages/productionPlan/index",
- "style": {
- "navigationBarTitleText": "生产计划单"
- // "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/batchReporting/index",
- "style": {
- "navigationBarTitleText": "批次报工"
- // "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/addNewBatch/index",
- "style": {
- "navigationBarTitleText": "添加新批次"
- }
- },
- {
- "path": "pages/reportingForWork/index",
- "style": {
- "navigationBarTitleText": "报工记录"
- }
- },
- {
- "path": "pages/reportHistory/index",
- "style": {
- "navigationBarTitleText": "历史报工记录"
- }
- },
- {
- "path": "pages/handlingList/index",
- "style": {
- "navigationBarTitleText": "搬运列表"
- }
- },
- {
- "path": "pages/startTurnover/index",
- "style": {
- "navigationBarTitleText": "开始周转"
- }
- },
- {
- "path": "pages/changeBox/index",
- "style": {
- "navigationBarTitleText": "换箱"
- }
- },
- {
- "path": "pages/recerptSfprod/index",
- "style": {
- "navigationBarTitleText": "领取确认"
- }
- },
- {
- "path": "pages/fastProductionPlan/index",
- "style": {
- "navigationBarTitleText": "快速报工"
- }
- },
- {
- "path": "pages/sortProductionPlan/index",
- "style": {
- "navigationBarTitleText": "分选报工"
- // "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/sortBatchReporting/index",
- "style": {
- "navigationBarTitleText": "分选报工"
- // "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/sorting/form",
- "style": {
- "navigationBarTitleText": "分选报工"
- }
- },
- {
- "path": "pages/sorting/options",
- "style": {
- "navigationBarTitleText": "检查项选择"
- }
- },
- {
- "path": "pages/sorting/consultation",
- "style": {
- "navigationBarTitleText": "分选报工"
- }
- },
- {
- "path": "pages/processInspection/consultation",
- "style": {
- "navigationBarTitleText": "序检",
- "cache": false
- }
- },
- {
- "path": "pages/processInspection/index",
- "style": {
- "navigationBarTitleText": "序检"
- }
- },
- {
- "path": "pages/processInspection/form",
- "style": {
- "navigationBarTitleText": "序检"
- }
- },
- {
- "path": "pages/processInspection/scan",
- "style": {
- "navigationBarTitleText": "序检"
- }
- },
- {
- "path": "pages/outsourcedInspection/index",
- "style": {
- "navigationBarTitleText": "外协检查"
- }
- },
- {
- "path": "pages/outsourcedInspection/form",
- "style": {
- "navigationBarTitleText": "外协检查"
- }
- },
- {
- "path": "pages/outsourcedInspection/scan",
- "style": {
- "navigationBarTitleText": "外协检查"
- }
- },
- {
- "path": "pages/outsourcedInspection/options",
- "style": {
- "navigationBarTitleText": "检查项选择"
- }
- },
- {
- "path": "pages/outsourcedInspection/consultation",
- "style": {
- "navigationBarTitleText": "外协检查",
- "cache": false
- }
- },
- {
- "path": "pages/outsourcedReturnCheck/index",
- "style": {
- "navigationBarTitleText": "外协发出验箱"
- }
- },
- {
- "path": "pages/outsourcedReturnCheck/carriers",
- "style": {
- "navigationBarTitleText": "箱号详情"
- }
- },
- {
- "path": "pages/switchDept/index",
- "style": {
- "navigationBarTitleText": "更换工段加工"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "rgba(255, 255, 255, 1)",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "pages/index/index",
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|