#
whycq
2024-02-06 c552cbab2c613c7814cf02384c3b087e1d167f47
Monitor-APP/pages.json
@@ -1,6 +1,15 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
          "path" : "pages/webSocket",
          "style" :
          {
              "navigationBarTitleText": "webSocket",
              "enablePullDownRefresh": false
          }
      },
      {
         "path": "pages/home/home",
         "style": {
            "navigationStyle": "custom",
@@ -58,7 +67,8 @@
      }
   ],
    ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",