#
zjj
2024-07-31 b9678eb86a2c63c57645a5489e0448cb8adb86a2
Monitor-APP/pages.json
@@ -3,7 +3,27 @@
      {
         "path": "pages/home/home",
         "style": {
            "navigationStyle":"home",
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/test/test",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/index",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
@@ -13,7 +33,7 @@
      {
         "path": "pages/index/index",
         "style": {
            "navigationStyle":"custom",
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
@@ -23,17 +43,21 @@
      {
         "path": "pages/index/monitor",
         "style": {
            "navigationStyle":"custom"
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/home/test",
         "path": "pages/test/test",
         "style": {
            "navigationStyle":"custom"
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      }
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",