#
zjj
9 天以前 36909d121a6f1b4c3f4540b8c64c80e872d105ae
Monitor-APP/pages.json
@@ -1,7 +1,7 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/index",
         "path": "pages/home/home",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
@@ -11,7 +11,17 @@
         }
      },
      {
         "path": "pages/home/home",
         "path": "pages/test/test",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/index",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
@@ -35,6 +45,16 @@
         "style": {
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/test/test",
         "style": {
            "navigationStyle": "custom",
            // 去掉顶部导航栏
            "app-plus": {
               "titleNView": false
            }
         }
      }