Lou
2023-11-07 13447b1e4860445629b1a906a86da3a24f4af3c5
pages.json
@@ -70,8 +70,7 @@
      //公告
      {
         "root": "subPackage/notice",
         "pages": [
            {
         "pages": [{
               "path": "list",
               "style": {
                  "navigationBarTitleText": "公告",
@@ -89,25 +88,23 @@
                  "navigationBarTextStyle": "black"
               }
            }
         ]
      },
      //便民热线
      {
         "root": "subPackage/hotLine",
         "pages": [
            {
               "path": "index",
               "style": {
                  "navigationBarTitleText": "便民热线",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
         "pages": [{
            "path": "index",
            "style": {
               "navigationBarTitleText": "便民热线",
               "enablePullDownRefresh": false,
               "navigationBarBackgroundColor": "#fff",
               "navigationBarTextStyle": "black"
            }
         ]
         }]
      },
      //标签
      {
         "root": "subPackage/label",
@@ -149,7 +146,6 @@
            }
         ]
      },
      //工作台
      {
         "root": "subPackage/workbench",
@@ -165,6 +161,7 @@
            {
               "path": "views/csjl",
               "style": {
                  "onReachBottomDistance": 10,
                  "navigationBarTitleText": "场所记录",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
@@ -181,7 +178,7 @@
               }
            },
            {
               "path":"views/audit",
               "path": "views/audit",
               "style": {
                  "navigationBarTitleText": "网格任务审核",
                  "enablePullDownRefresh": false,
@@ -364,4 +361,4 @@
         }
      ]
   }
}
}