#
whycq
2024-11-22 6741811c83a4b628e59d5d90a45ce407046f1139
Monitor-APP/pages.json
@@ -11,6 +11,16 @@
         }
      },
      {
         "path": "pages/test/test",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/index",
         "style": {
            "navigationStyle": "custom",
@@ -35,10 +45,29 @@
         "style": {
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/test/test",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
          "path" : "pages/webSocket",
          "style" :
          {
              "navigationBarTitleText": "webSocket",
              "enablePullDownRefresh": false
          }
      }
   ],
    ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",