Monitor-APP/pages.json
@@ -1,6 +1,16 @@ { "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" @@ -8,12 +18,6 @@ }, { "path": "pages/index/monitor", "style": { "navigationStyle":"custom" } }, { "path": "pages/index/index_test", "style": { "navigationStyle":"custom" }