Monitor-APP/pages.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Monitor-APP/pages/home/home2.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Monitor-APP/pages.json
@@ -1,7 +1,7 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/home/home", "path": "pages/home/home2", "style": { "navigationStyle": "custom", // 去掉顶部导航栏 Monitor-APP/pages/home/home2.vue
New file @@ -0,0 +1,9 @@ <template> <web-view src="http://192.168.4.135:8080/"></web-view> </template> <script> </script> <style> </style>