Lou
2024-03-29 bd87e01aefaeb972f8d980a563773249f9e9e639
pages.json
@@ -1074,9 +1074,48 @@
                  "enablePullDownRefresh": false
               }
            }
         ]
      },
      //网格巡查
      {
         "root": "subPackage/patrol",
         "pages": [{
               "path": "list",
               "style": {
                  "navigationBarTitleText": "巡查记录 ",
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "detail",
               "style": {
                  "navigationBarTitleText": "巡查详情 ",
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black",
                  "enablePullDownRefresh": false
               }
            }
         ]
      },
      //走访日志
      {
         "root": "subPackage/workLog",
         "pages": [{
            "path": "list",
            "style": {
               "navigationBarTitleText": "走访记录 ",
               "navigationBarBackgroundColor": "#fff",
               "navigationBarTextStyle": "black",
               "enablePullDownRefresh": false
            }
         }]
      }
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",