#
whycq
2023-11-03 8db8083d8d2ae3b9fd18f43f796235977423bfea
Monitor-APP/pages.json
@@ -1,26 +1,6 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/test/test",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/home/home",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/index",
         "style": {
            "navigationStyle": "custom",
@@ -29,23 +9,43 @@
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/index/index",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/index/monitor",
         "style": {
            "navigationStyle": "custom"
         }
      }
      // {
      //    "path": "pages/home/home",
      //    "style": {
      //       "navigationStyle": "custom",
      //       // 去掉顶部导航栏
      //       "app-plus": {
      //          "titleNView": false
      //       }
      //    }
      // },
      // {
      //    "path": "pages/index",
      //    "style": {
      //       "navigationStyle": "custom",
      //       // 去掉顶部导航栏
      //       "app-plus": {
      //          "titleNView": false
      //       }
      //    }
      // },
      // {
      //    "path": "pages/index/index",
      //    "style": {
      //       "navigationStyle": "custom",
      //       // 去掉顶部导航栏
      //       "app-plus": {
      //          "titleNView": false
      //       }
      //    }
      // },
      // {
      //    "path": "pages/index/monitor",
      //    "style": {
      //       "navigationStyle": "custom"
      //    }
      // }
   ],