From d187f73bc191dfffef5eda8f463eceb1572646ce Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 19 Dec 2025 16:00:42 +0800
Subject: [PATCH] Merge branch 'feature/v9.0/9.0.3' of http://139.196.74.78:10010/r/drone/drone-app into feature/v9.0/9.0.3
---
src/pages.json | 30 +++---------------------------
1 files changed, 3 insertions(+), 27 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 96aae35..6ce2a2c 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -44,12 +44,6 @@
}
},
{
- "path": "pages/placeholder/placeholder",
- "style": {
- "navigationBarTitleText": "占位页面"
- }
- },
- {
"path": "pages/dispatcher/index",
"style": {
"navigationStyle": "custom"
@@ -65,24 +59,6 @@
"style": {
"navigationBarTitleText": "404",
"navigationStyle": "custom"
- }
- },
- {
- "path": "theme/index",
- "style": {
- "navigationBarTitleText": "主题设置"
- }
- },
- {
- "path": "taskDetail/index",
- "style": {
- "navigationBarTitleText": "任务详情"
- }
- },
- {
- "path": "inProgress/index",
- "style": {
- "navigationBarTitleText": "任务详情"
}
},
{
@@ -105,9 +81,9 @@
}
},
{
- "path": "taskDetail/inExecution/index",
+ "path": "taskDetail/inProgress/index",
"style": {
- "navigationBarTitleText": "执行中"
+ "navigationBarTitleText": "任务详情"
}
},
{
@@ -207,4 +183,4 @@
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3