#
whycq
2022-12-02 5486de22c04f660b4fea68dc67b5898f2cd770ff
Monitor-APP/pages.json
@@ -1,17 +1,23 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/home/home",
         "style": {
            "navigationStyle":"home",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/index/index",
         "style": {
<<<<<<< HEAD
            "navigationStyle":"custom"
=======
            "navigationStyle":"custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
>>>>>>> 2af3829f6276675ebe120cda94d628c49c429536
         }
      },
      {
@@ -21,13 +27,9 @@
         }
      },
      {
         "path": "pages/home/home",
         "path": "pages/home/test",
         "style": {
            "navigationStyle":"home",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
            "navigationStyle":"custom"
         }
      }