From 31f5ab96067e0bd7680c86f1d69935bf87c5bd59 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 21 Oct 2025 15:20:15 +0800
Subject: [PATCH] feat:事件导航返回

---
 src/pages.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 3e63260..ab50f1a 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -108,7 +108,8 @@
         {
           "path": "workDetail/mapWork/index",
           "style": {
-            "navigationBarTitleText": "地图展示"
+            "navigationBarTitleText": "地图展示",
+			 "navigationStyle": "custom"
           }
         },
         {

--
Gitblit v1.9.3