gaoluyang
2 天以前 d95618c2d6ac332d1c39bf9dc0b08067cc48962c
src/pages.json
@@ -26,15 +26,16 @@
      }
    },
    {
      "path": "pages/login",
      "path": "pages/works",
      "style": {
        "navigationBarTitleText": "登录"
        "navigationBarTitleText": "工作台",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/work",
      "path": "pages/login",
      "style": {
        "navigationBarTitleText": "工作台"
        "navigationBarTitleText": "登录"
      }
    },
    {
@@ -599,7 +600,7 @@
    {
      "path": "pages/inspectionUpload/index",
      "style": {
        "navigationBarTitleText": "巡检上传",
        "navigationBarTitleText": "设备巡检",
        "navigationStyle": "custom",
        "enablePullDownRefresh": true,
        "backgroundColor": "#f8f8f8"
@@ -886,6 +887,104 @@
      }
    },
    {
      "path": "pages/humanResources/contractManagement/index",
      "style": {
        "navigationBarTitleText": "合同管理",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/materialInspection/index",
      "style": {
        "navigationBarTitleText": "原材料检验",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/materialInspection/add",
      "style": {
        "navigationBarTitleText": "原材料检验添加",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/materialInspection/detail",
      "style": {
        "navigationBarTitleText": "原材料检验详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/materialInspection/fileList",
      "style": {
        "navigationBarTitleText": "原材料检验附件",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/processInspection/index",
      "style": {
        "navigationBarTitleText": "过程检验",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/processInspection/add",
      "style": {
        "navigationBarTitleText": "过程检验添加",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/processInspection/detail",
      "style": {
        "navigationBarTitleText": "过程检验详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/processInspection/fileList",
      "style": {
        "navigationBarTitleText": "过程检验附件",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/finalInspection/index",
      "style": {
        "navigationBarTitleText": "出厂检验",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/finalInspection/add",
      "style": {
        "navigationBarTitleText": "出厂检验添加",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/finalInspection/detail",
      "style": {
        "navigationBarTitleText": "出厂检验详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/finalInspection/fileList",
      "style": {
        "navigationBarTitleText": "出厂检验附件",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/cooperativeOffice/customerManage/detail",
      "style": {
        "navigationBarTitleText": "客户详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/message",
      "style": {
        "navigationBarTitleText": "消息中心"
@@ -1098,19 +1197,25 @@
      {
        "pagePath": "pages/index",
        "iconPath": "static/images/tabbar/home.png",
        "selectedIconPath": "static/images/tabbar/home_.png",
        "selectedIconPath": "static/images/tabbar/homeBlue.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/message",
        "pagePath": "pages/works",
        "iconPath": "static/images/tabbar/work.png",
        "selectedIconPath": "static/images/tabbar/work_.png",
        "selectedIconPath": "static/images/tabbar/workBlue.png",
        "text": "工作台"
      },
      {
        "pagePath": "pages/message",
        "iconPath": "static/images/tabbar/new.png",
        "selectedIconPath": "static/images/tabbar/newBlue.png",
        "text": "消息"
      },
      {
        "pagePath": "pages/mine",
        "iconPath": "static/images/tabbar/mine.png",
        "selectedIconPath": "static/images/tabbar/mine_.png",
        "iconPath": "static/images/tabbar/my.png",
        "selectedIconPath": "static/images/tabbar/myBlue.png",
        "text": "我的"
      }
    ]