11
啊鑫
2025-07-17 eb72c032f2528fec972c4cc1c7008f135d6f3c33
pages.json
@@ -3,7 +3,8 @@
      "color": "#7a7e83",
      "selectedColor": "#0faeff",
      "backgroundColor": "#ffffff",
      "list": [{
    "list": [
      {
            "pagePath": "pages/BasePages/main",
            "text": "首页",
            "iconPath": "static/img/home.png",
@@ -29,7 +30,6 @@
      "backgroundColor": "#fbf9fe"
   },
   "pages": [
      //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/BasePages/login",
@@ -150,7 +150,6 @@
            "navigationBarTitleText": "入库检"
         }
      },
      {
         "path": "pages/QC/RKJ/Add",
         "style": {
@@ -193,7 +192,6 @@
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/QC/RKJ/ImageItem",
         "style": {
@@ -388,60 +386,58 @@
      },
      {
         "path" : "pages/QC/OQC/List",
         "style" :
         {
      "style": {
            "navigationBarTitleText" : "OQC检验"
         }
      },
      {
         "path" : "pages/QC/OQC/ScanCode",
         "style" :
         {
      "style": {
            "navigationBarTitleText" : "OQC检验"
         }
      },
      {
         "path" : "pages/QC/OQC/Add",
         "style" :
         {
      "style": {
            "navigationBarTitleText" : ""
         }
      },
      {
         "path" : "pages/QC/OQC/ImageItem",
         "style" :
         {
      "style": {
            "navigationBarTitleText" : "图片查看"
         }
      },
      {
         "path" : "pages/QC/OQC/detail",
         "style" :
         {
      "style": {
            "navigationBarTitleText" : "检验详情"
         }
      },
      {
         "path" : "pages/QC/Laboratory/Laboratory",
         "style" :
         {
      "style": {
            "navigationBarTitleText" : "实验室送检"
         }
      },
      {
         "path" : "pages/QC/Laboratory/List",
         "style" :
         {
      "style": {
            "navigationBarTitleText" : "实验室送检"
         }
    },
    {
      "path": "pages/QC/Laboratory/ImageItem",
      "style": {
        "navigationBarTitleText": "图片上传"
      }
      // {
      //    "path": "pages/Device/Spotcheck",
      //    "style": {
      //       "navigationBarTitleText": "设备点检",
      //       "enablePullDownRefresh": false
      //    }
      // }
    },
    {
      "path": "pages/Device/Spotcheck",
      "style": {
        "navigationBarTitleText": "设备点检",
        "enablePullDownRefresh": false
      }
    }
   ]
}