From ca987bfb2dad4b87b931a4bf3e93c030bde63e1d Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 13 Oct 2025 11:44:39 +0800
Subject: [PATCH] feat:详情

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

diff --git a/src/pages.json b/src/pages.json
index d826fa4..0525cf9 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -31,6 +31,13 @@
       }
     },
     {
+      "path": "pages/droneConsole/index",
+      "style": {
+        "navigationBarTitleText": "控制台",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/login/index",
       "style": {
         "navigationBarTitleText": "登录页"
@@ -121,6 +128,13 @@
         "style": {
           "navigationBarTitleText": "修改密码"
         }
+      },
+
+      {
+        "path": "browser/index",
+        "style": {
+          "navigationBarTitleText": "地图"
+        }
       }
     ]
   }],

--
Gitblit v1.9.3