From 2522b0f5f4c3571b3cdbe1f68b68c2fb4e2ed255 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 21 Jan 2026 15:59:53 +0800
Subject: [PATCH] feat:区域弹窗名称调整,样式调整

---
 uniapps/work-wx/src/pages.json |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/uniapps/work-wx/src/pages.json b/uniapps/work-wx/src/pages.json
index 44584ee..76362a5 100644
--- a/uniapps/work-wx/src/pages.json
+++ b/uniapps/work-wx/src/pages.json
@@ -85,12 +85,24 @@
 					}
 				},
 				{
+					"path": "flightApplication/details",
+					"style": {
+						"navigationBarTitleText": "飞行详情"
+					}
+				},
+				{
 					"path": "deviceRegistration/add",
 					"style": {
 						"navigationBarTitleText": "飞行器注册"
 					}
 				},
 				{
+					"path": "deviceRegistration/details",
+					"style": {
+						"navigationBarTitleText": "飞行器详情"
+					}
+				},
+				{
 					"path": "regulationsDetail/details",
 					"style": {
 						"navigationBarTitleText": "详情"

--
Gitblit v1.9.3