From e062ceaf5439d54575ab962b337fa522c54c5e4e Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 14 Oct 2025 14:42:17 +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 4b0c6d4..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": "登录页"
--
Gitblit v1.9.3