展杰
2024-07-03 db16c0207818437ddd711bcc0778667ba8d9fcc4
pages.json
@@ -8,7 +8,8 @@
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "MES-移动终端"
            "navigationBarTitleText": "MES-移动终端",
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/main/main",
@@ -21,21 +22,14 @@
         "path": "pages/inspection/inspectionList",
         "style": {
            "navigationBarTitleText": "巡检检验列表",
            "enablePullDownRefresh": false
            "enablePullDownRefresh": true
         }
      },{
         "path": "pages/inspection/firstInspectionList",
         "style": {
            "navigationBarTitleText": "首检检验列表",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/eqSpotCheck/eqSpotCheck",
         "style": {
            "navigationBarTitleText": "设备点检计划",
            "enablePullDownRefresh": false
            "enablePullDownRefresh": true
         }
      },
      {
@@ -75,12 +69,29 @@
                "enablePullDownRefresh": false
            }
            
        }
        },
        {
           "path" : "pages/eqSpotCheck/eqSpotCheckList",
           "style" :
           {
              "navigationBarTitleText" : "设备点检计划列表",
              "enablePullDownRefresh" : true
           }
        },
      {
         "path" : "pages/eqSpotCheck/eqSpotCheckInfo",
         "style" :
         {
            "navigationBarTitleText" : "设备点检项目录入",
            "enablePullDownRefresh" : false
         }
      }
    ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",
      "navigationBarBackgroundColor": "#f1f1f1",
      "enablePullDownRefresh": true,
      "backgroundColor": "#efefef"
   },
   "uniIdRouter": {}