From e90ac69df5758e78da7fc1725674074f3cd5eb53 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 22 Oct 2025 13:45:46 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/pages.json |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index c7984f2..d192a95 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -11,31 +11,36 @@
     {
       "path": "pages/map/index",
       "style": {
-        "navigationBarTitleText": "地图"
+        "navigationBarTitleText": "地图",
+        "navigationStyle": "custom"
       }
     },
     {
       "path": "pages/inspectionTask/index",
       "style": {
-        "navigationBarTitleText": "巡检任务"
+        "navigationBarTitleText": "巡检任务",
+        "navigationStyle": "custom"
       }
     },
     {
       "path": "pages/work/index",
       "style": {
-        "navigationBarTitleText": "事件工单"
+        "navigationBarTitleText": "事件工单",
+        "navigationStyle": "custom"
       }
     },
     {
       "path": "pages/user/index",
       "style": {
-        "navigationBarTitleText": "我的"
+        "navigationBarTitleText": "我的",
+        "navigationStyle": "custom"
       }
     },
     {
       "path": "pages/login/index",
       "style": {
-        "navigationBarTitleText": "登录页"
+        "navigationBarTitleText": "登录页",
+        "navigationStyle": "custom"
       }
     }
   ],
@@ -65,13 +70,13 @@
         {
           "path": "inProgress/index",
           "style": {
-            "navigationBarTitleText": "执行中"
+            "navigationBarTitleText": "任务详情"
           }
         },
         {
           "path": "droneConsole/index",
           "style": {
-            "navigationBarTitleText": "控制台",
+            "navigationBarTitleText": "直播监控",
             "navigationStyle": "custom"
           }
         },

--
Gitblit v1.9.3