#
whycq
2024-11-22 6741811c83a4b628e59d5d90a45ce407046f1139
Monitor-APP/pages.json
@@ -1,15 +1,6 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
          "path" : "pages/webSocket",
          "style" :
          {
              "navigationBarTitleText": "webSocket",
              "enablePullDownRefresh": false
          }
      },
      {
         "path": "pages/home/home",
         "style": {
            "navigationStyle": "custom",
@@ -64,8 +55,16 @@
               "titleNView": false
            }
         }
      },
      {
          "path" : "pages/webSocket",
          "style" :
          {
              "navigationBarTitleText": "webSocket",
              "enablePullDownRefresh": false
          }
      }
       
    ],