#
zjj
2025-04-18 b829e0e3879ac18ab4711a04b23ce8d334ec55f3
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",