From a67c8402eb8fd055f49a83441d54891060cc41dd Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 14 Jan 2026 10:17:49 +0800
Subject: [PATCH] feat:更新小程序

---
 uniapps/work-wx/src/pages.json |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/uniapps/work-wx/src/pages.json b/uniapps/work-wx/src/pages.json
index 2f49cea..98d5c7d 100644
--- a/uniapps/work-wx/src/pages.json
+++ b/uniapps/work-wx/src/pages.json
@@ -18,7 +18,7 @@
 		{
 			"path": "pages/register/index",
 			"style": {
-				"navigationBarTitleText": "注册",
+				"navigationBarTitleText": "注册"
 			}
 		},
 		{
@@ -43,6 +43,13 @@
 				"navigationStyle": "custom"
 			}
 		},
+    {
+      "path": "pages/map/index",
+      "style": {
+        "navigationBarTitleText": "地图",
+        "navigationStyle": "custom"
+      }
+    },
 		{
 			"path": "pages/login/index",
 			"style": {
@@ -62,7 +69,7 @@
 						"navigationStyle": "custom"
 					}
 				},
-				
+
 				{
 					"path": "airspaceInformation/index",
 					"style": {

--
Gitblit v1.9.3