From 8421b9fcf0852cff3c9f7fd264a25368e8ddd07b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 14 Jan 2026 11:21:42 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web
---
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