From 052d0e8bd9c1d8e0d243a166bedf761fc5a7a891 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 14 Jan 2026 16:38:00 +0800
Subject: [PATCH] feat:通用弹窗样式调整
---
uniapps/work-wx/src/pages.json | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/uniapps/work-wx/src/pages.json b/uniapps/work-wx/src/pages.json
index f6784de..98d5c7d 100644
--- a/uniapps/work-wx/src/pages.json
+++ b/uniapps/work-wx/src/pages.json
@@ -16,6 +16,12 @@
}
},
{
+ "path": "pages/register/index",
+ "style": {
+ "navigationBarTitleText": "注册"
+ }
+ },
+ {
"path": "pages/equipmentManagement/index",
"style": {
"navigationBarTitleText": "设备管理",
@@ -37,6 +43,13 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/map/index",
+ "style": {
+ "navigationBarTitleText": "地图",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/login/index",
"style": {
@@ -56,7 +69,7 @@
"navigationStyle": "custom"
}
},
-
+
{
"path": "airspaceInformation/index",
"style": {
--
Gitblit v1.9.3