Lou
2023-11-14 7adea4dfb1d468510d8dc840a0502e384506e177
pages.json
@@ -192,6 +192,21 @@
            }
         ]
      },
      //我的任务
      {
         "root":"subPackage/task",
         "pages": [
             {
               "path": "index",
               "style": {
                  "navigationBarTitleText": "我的任务",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            }
         ]
      },
      //工作台
      {
         "root": "subPackage/workbench",
@@ -314,6 +329,15 @@
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/workLog",
               "style": {
                  "navigationBarTitleText": "走访日志",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            }
         ]
      },