#
whycq
2024-11-22 6741811c83a4b628e59d5d90a45ce407046f1139
Monitor-APP/pages.json
@@ -1,7 +1,7 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/index",
         "path": "pages/home/home",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
@@ -11,7 +11,17 @@
         }
      },
      {
         "path": "pages/home/home",
         "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",