{ 
 | 
  "easycom": { 
 | 
    "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" 
 | 
  }, 
 | 
  "pages": [ 
 | 
    /* 登录 */ 
 | 
    { 
 | 
      "path": "pages/sys/login/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom" 
 | 
      } 
 | 
    }, 
 | 
    /*绑定用户*/ 
 | 
    { 
 | 
      "path": "pages/sys/login/bindUser", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "绑定用户" 
 | 
      } 
 | 
    }, 
 | 
    /*用户管理*/ 
 | 
    { 
 | 
      "path": "pages/sys/pigxUser/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "用户管理" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/sys/pigxUser/form", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "用户信息" 
 | 
      } 
 | 
    }, 
 | 
    /*令牌管理*/ 
 | 
    { 
 | 
      "path": "pages/sys/token/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "令牌管理" 
 | 
      } 
 | 
    }, 
 | 
    /*日志管理*/ 
 | 
    { 
 | 
      "path": "pages/sys/logs/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "日志管理" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/sys/logs/form", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "日志信息" 
 | 
      } 
 | 
    }, 
 | 
    /**岗位管理**/ 
 | 
    { 
 | 
      "path": "pages/sys/pigxPost/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "岗位管理" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/sys/pigxPost/form", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "岗位详情" 
 | 
      } 
 | 
    }, 
 | 
    /**租户管理**/ 
 | 
    { 
 | 
      "path": "pages/sys/pigxTenant/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "租户管理" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/sys/pigxTenant/form", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "租户详情" 
 | 
      } 
 | 
    }, 
 | 
    /**角色管理**/ 
 | 
    { 
 | 
      "path": "pages/sys/pigxRole/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "角色管理" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/sys/pigxRole/form", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "角色详情" 
 | 
      } 
 | 
    }, 
 | 
    /**参数管理**/ 
 | 
    { 
 | 
      "path": "pages/sys/pigxParam/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "参数配置" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/sys/pigxParam/form", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "参数详情" 
 | 
      } 
 | 
    }, 
 | 
    /* 主页 */ 
 | 
    { 
 | 
      "path": "pages/sys/home/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "首页", 
 | 
        "navigationBarBackgroundColor": "#0052d9" 
 | 
        // "app-plus": { 
 | 
        //   "titleNView": { 
 | 
        //     "buttons": [ 
 | 
        //       { 
 | 
        //         "text": "清空", 
 | 
        //         "type": "none", 
 | 
        //         "color": "#ffffff", 
 | 
        //         "fontSize": "14px" 
 | 
        //       } 
 | 
        //     ] 
 | 
        //   } 
 | 
        // } 
 | 
      } 
 | 
    }, 
 | 
    /* 用户 */ 
 | 
    { 
 | 
      "path": "pages/sys/user/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "用户中心", 
 | 
        "backgroundColor": "#f8f8f8", 
 | 
        "navigationBarBackgroundColor": "#0052d9", 
 | 
        "navigationStyle": "custom" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/sys/user/info", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "个人信息" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "头像裁剪", 
 | 
        "navigationBarBackgroundColor": "#000000" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/sys/user/pwd", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "修改密码" 
 | 
      } 
 | 
    }, 
 | 
    /* Common */ 
 | 
    { 
 | 
      "path": "pages/common/webview", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "浏览网页" 
 | 
      } 
 | 
    }, 
 | 
    /** 工作流 **/ 
 | 
    { 
 | 
      "path": "pages/oa/form", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "发起任务" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/oa/history", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "请假列表" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/oa/todos", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "待办任务" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/oa/task", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "任务处理" 
 | 
      } 
 | 
    }, 
 | 
    // 移库 
 | 
    { 
 | 
      "path": "pages/wareHouse/moveWareHouse/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/moveWareHouse/locNoList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/finishProductIn/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/materialReturn/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/finishProductIn/locNoList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/packing/personnelList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/jumpFinishProductIn/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "跳线成品入库", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/pick/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "货盘运输任务列表", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/pick/materialTransfer", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "原材料移库", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/feed/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/feed/workstationList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/feed/optaskList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/feed/locationList", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "库位", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/feed/feedRecordList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/outputRegister/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "产出登记", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/outputRegister/workstationList", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "工作站", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/outputRegister/optaskList", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "工单", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/outputRegister/addProductOut", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "新增产出", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/outputRegister/shiftProductOut", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "交班产出", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/outputRegister/editProductOut", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "编辑产出", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/outputRegister/dutyPersonList", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "当班人员", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/outputRegister/productInList", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "投入列表", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/outputRegister/workstationFeedList", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "机料", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/util/bleConnect", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "蓝牙连接" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/outputRegister/printProductOutLabel", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "半成品标签打印" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/pick/requirePartRecordList", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "物料需求", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/pick/moveDetailRecordList", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "移库明细", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/pick/ifsLocationList", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "IFS库位", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/pick/ifsStock", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "当前零件IFS库存", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/pick/materialNeed", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "对应物料需求", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/packing/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "包装", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/packing/form", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "新增包装", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/packing/detail", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "包装移库", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/outsource/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/outsource/report", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "报检", 
 | 
        "enablePullDownRefresh": false, 
 | 
        "navigationStyle": "custom" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/outsource/sampling", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "抽检成品", 
 | 
        "enablePullDownRefresh": false, 
 | 
        "navigationStyle": "custom" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/outsource/check", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "检测", 
 | 
        "enablePullDownRefresh": false, 
 | 
        "navigationStyle": "custom" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/outsource/packing", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "包装", 
 | 
        "enablePullDownRefresh": false, 
 | 
        "navigationStyle": "custom" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/outsource/instock", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "入库", 
 | 
        "enablePullDownRefresh": false, 
 | 
        "navigationStyle": "custom" 
 | 
      } 
 | 
    }, 
 | 
    // 库存件盘点 
 | 
    { 
 | 
      "path": "pages/wareHouse/InventoryCountStockItems/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    // 领料 
 | 
        { 
 | 
      "path": "pages/storeManagement/MaterialRequisition/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    // 取消领料 
 | 
        { 
 | 
      "path": "pages/storeManagement/CancelMaterialRequisition/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    // 导体备货盘点 
 | 
        { 
 | 
      "path": "pages/wareHouse/InventoryCheckConductiveMterials/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    // 盘点报告盘点 
 | 
    { 
 | 
      "path": "pages/wareHouse/inventory/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/inventory/detail", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/inventory/partchoose", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/inventory/locNoList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/productBack/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/jumpZTE/jumpZTE", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "跳线中兴防呆", 
 | 
        "enablePullDownRefresh": false, 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/wareHouse/packing/registration", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    // 核磅录入 
 | 
    { 
 | 
      "path": "pages/wareHouse/nuclearScale/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    // 核磅单号 
 | 
    { 
 | 
      "path": "pages/wareHouse/nuclearScale/nuclearScaleList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    // 核磅记录 
 | 
    { 
 | 
      "path": "pages/wareHouse/nuclearScale/nuclearscalerecord", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    // 创建核销单 
 | 
    { 
 | 
      "path": "pages/wareHouse/nuclearScale/createwriteoffform", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/tailHandle/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "尾料处理", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/tailHandle/workstationList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/produce/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/produce/operationTaskInfo", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/produce/workstationList/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#CEE3FE", 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/produce/workstationList/workstationList", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "工作站", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/produce/reportWork", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#3281FF" 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/produce/createReportWork", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#3281FF" 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/produce/editReportWork", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#3281FF" 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/produce/workstationList/dutyRecordHistory", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#3281FF" 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/produce/workstationList/unSubmitDutyRecord", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#3281FF" 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/produce/workstationList/dutyRecordWorkstation", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#3281FF" 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/product/labelPrint/labelPrint", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "标签列表", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    // 生产相关 
 | 
    // 报工 
 | 
    { 
 | 
      "path": "pages/product/report/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "报工", 
 | 
        "navigationBarBackgroundColor": "#0052d9", 
 | 
        "app-plus": { 
 | 
          "titleNView": { 
 | 
            "buttons": [ 
 | 
              { 
 | 
                "text": "提交", 
 | 
                "type": "none", 
 | 
                "color": "#ffffff", 
 | 
                "fontSize": "15px", 
 | 
                "marginRight": "10px" 
 | 
              } 
 | 
            ] 
 | 
          } 
 | 
        } 
 | 
      } 
 | 
    }, 
 | 
    // 车间订单列表 
 | 
    { 
 | 
      "path": "pages/product/report/orderList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
        // 投料列表 
 | 
    { 
 | 
      "path": "pages/product/report/seachPersonnelNo", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    // 取消报工 
 | 
    { 
 | 
      "path": "pages/product/cancelReport/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#3281FF" 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    // 接收(铜杆) 
 | 
    { 
 | 
      "path": "pages/product/receive/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#3281FF" 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    // 车间订单下发 
 | 
    { 
 | 
      "path": "pages/product/WorkshopOrderIssued/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#3281FF" 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
        // 车间订单物料 
 | 
    { 
 | 
      "path": "pages/product/WorkshopOrderIssued/comp", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    // 工单列表 
 | 
        { 
 | 
      "path": "pages/product/WorkshopOrderIssued/WorkOrderList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    // 车间取消下发 
 | 
    { 
 | 
      "path": "pages/product/WorkshopOrderCancellationIssued/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "", 
 | 
        // "navigationBarBackgroundColor": "#3281FF" 
 | 
        "enablePullDownRefresh": false 
 | 
      } 
 | 
    }, 
 | 
    // 盘点报告号 
 | 
    { 
 | 
      "path": "pages/wareHouse/inventory/orderList", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#3281FF" 
 | 
      } 
 | 
    }, 
 | 
    // 日报相关 
 | 
    { 
 | 
      "path": "pages/daily/common/work-order-list", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "工单列表", 
 | 
        "navigationBarTextStyle": "black", 
 | 
        "navigationBarBackgroundColor": "#DAE6FB" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/daily/production-person/production-person", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTitleText": "人员列表", 
 | 
        "navigationBarTextStyle": "black", 
 | 
        "navigationBarBackgroundColor": "#DAE6FB" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/daily/handyman/handyman", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "杂工", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#214DED" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/daily/daily/daily-list", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "日报记录", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#214DED" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/daily/workstation/index", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "工作站", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#214DED" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/daily/tag-list/index", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTextStyle": "white" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/daily/tag-list/add", 
 | 
      "style": { 
 | 
        "navigationBarTitleText": "生成数量", 
 | 
        "navigationBarTextStyle": "white", 
 | 
        "navigationBarBackgroundColor": "#214DED" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/daily/common/work-reporting", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTextStyle": "white" 
 | 
      } 
 | 
    }, 
 | 
    { 
 | 
      "path": "pages/daily/common/work-reporting-detail", 
 | 
      "style": { 
 | 
        "navigationStyle": "custom", 
 | 
        "navigationBarTextStyle": "white" 
 | 
      } 
 | 
    } 
 | 
  ], 
 | 
  "subPackages": [], 
 | 
  "preloadRule": {}, 
 | 
  "globalStyle": { 
 | 
    "navigationBarTextStyle": "white", 
 | 
    "navigationBarTitleText": "PIGCLOUD", 
 | 
    "navigationBarBackgroundColor": "#f8f8f8" 
 | 
  }, 
 | 
  "tabBar": { 
 | 
    "color": "#909399", 
 | 
    "selectedColor": "#303133", 
 | 
    "backgroundColor": "#ffffff", 
 | 
    "borderStyle": "white", 
 | 
    "list": [ 
 | 
      { 
 | 
        "pagePath": "pages/sys/home/index", 
 | 
        "iconPath": "static/custom/tabbar/home_1.png", 
 | 
        "selectedIconPath": "static/custom/tabbar/home_2.png", 
 | 
        "text": "工作台" 
 | 
      }, 
 | 
      { 
 | 
        "pagePath": "pages/sys/user/index", 
 | 
        "iconPath": "static/custom/tabbar/my_1.png", 
 | 
        "selectedIconPath": "static/custom/tabbar/my_2.png", 
 | 
        "text": "我的" 
 | 
      } 
 | 
    ] 
 | 
  } 
 | 
} 
 |