#
whycq
2022-11-26 cc8abcd322a4b22bb7c7ff512a768a970b8bb442
Monitor-APP/pages.json
@@ -1,16 +1,6 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/home/home",
         "style": {
            "navigationStyle":"home",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/index/index",
         "style": {
            "navigationStyle":"custom"
@@ -21,6 +11,16 @@
         "style": {
            "navigationStyle":"custom"
         }
      },
      {
         "path": "pages/home/home",
         "style": {
            "navigationStyle":"home",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      }