{
  "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
    {
      "path": "pages/homePage/homePage", //上班和登录页面
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/bindUser/bindUser", //绑定账号页面
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/setDept/setDept", //设置科室界面
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/receiptpage/receiptpage", //列表
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/receipt_infopage/receipt_infopage", //列表详情
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/scanning_code/scanning_code",
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/scanning_Result/scanning_Result", //大扫描结果->错误
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    },{
      "path": "pages/scanning_result_seimin/scanning_result_seimin", //药包扫描----知道了
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/scanning_B/scanning_B", //大扫描->标本结果->正确,错误
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/scanning_ins/scanning_ins", //大扫描->患者(陪检,转运)
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/shortcutbuildOrders/shortcutbuildOrders",
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/scanning_all/scanning_all", //大扫描->科室->正确
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/scanning_djInfo/scanning_djInfo",
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/scanning_djEnd/scanning_djEnd",
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/scanning/scanning",
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/scanning_orderSign/scanning_orderSign",
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/scanning_insEnd/scanning_insEnd",
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/my_list/my_list", //我的页面列表
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/mypage/mypage", //我的页面
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/pharmacy/pharmacy",
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/patientInformationList/patientInformationList", //患者信息列表
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/patientInformationInfo/patientInformationInfo", //患者信息详情
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/inspectList/inspectList", //检查信息列表
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/search/search", //搜索
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/pharmacyDetails/pharmacyDetails",
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/settingCode/settingCode",
      "style": {
        "h5": {
          "titleNView": false
        }
      }

    }, {
      "path": "pages/noScanSpecimen/noScanSpecimen",
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "pages/scanning_drug/scanning_drug",
      "style": {
        "h5": {
          "titleNView": false
        }
      }
    }, {
      "path": "components/footTool/footTool",
      "style": {
        "navigationBarTitleText": "",
        "enablePullDownRefresh": false
      }

    }
  ],
  "globalStyle": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "医疗服务中心转运系统",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"
  }
}