From e6468d526664ce263b9972bb9c773961b93fd6ce Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 13 Oct 2025 11:16:49 +0800
Subject: [PATCH] feat: 控制台
---
src/pages.json | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index d826fa4..88dc6f0 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": "登录页"
--
Gitblit v1.9.3