From 74f21ed8622d025b0d482e9f27fa0059dfed9d40 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 01 八月 2023 15:44:45 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages.json           |    2 +-
 Monitor-APP/pages/home/home2.vue |    9 +++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index 130066d..e8a6a03 100644
--- a/Monitor-APP/pages.json
+++ b/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",
 				// 鍘绘帀椤堕儴瀵艰埅鏍�
diff --git a/Monitor-APP/pages/home/home2.vue b/Monitor-APP/pages/home/home2.vue
new file mode 100644
index 0000000..d0d8602
--- /dev/null
+++ b/Monitor-APP/pages/home/home2.vue
@@ -0,0 +1,9 @@
+<template>
+	<web-view src="http://192.168.4.135:8080/"></web-view>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>
\ No newline at end of file

--
Gitblit v1.9.1