From 44dd9c4eb8a2489c63a5eb53fd4254bbb3510e95 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 18 Jun 2026 09:14:57 +0800
Subject: [PATCH] Merge branch 'feature/v9.0/9.0.4'

---
 src/pages.json |   49 +++++++++++++++++--------------------------------
 1 files changed, 17 insertions(+), 32 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 939a1f4..2f2ceb2 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -42,14 +42,7 @@
         "navigationBarTitleText": "登录页",
         "navigationStyle": "custom"
       }
-    },
-    {
-      "path": "pages/placeholder/placeholder",
-      "style": {
-        "navigationBarTitleText": "占位页面"
-      }
     }
-
   ],
   "subPackages": [
     {
@@ -63,34 +56,18 @@
           }
         },
         {
-          "path": "theme/index",
-          "style": {
-            "navigationBarTitleText": "主题设置"
-          }
-        },
-        {
-          "path": "taskDetail/index",
-          "style": {
-            "navigationBarTitleText": "任务详情"
-          }
-        },
-        {
-          "path": "inProgress/index",
-          "style": {
-            "navigationBarTitleText": "任务详情"
-          }
-        },
-        {
           "path": "droneConsole/index",
           "style": {
             "navigationBarTitleText": "直播监控",
-            "navigationStyle": "custom"
+            "navigationStyle": "custom",
+            "pageOrientation": "landscape"
           }
         },
         {
           "path": "taskDetail/addTask/index",
           "style": {
-            "navigationBarTitleText": "新建任务"
+            "navigationBarTitleText": "新建任务",
+            "navigationStyle": "custom"
           }
         },
         {
@@ -100,9 +77,9 @@
           }
         },
         {
-          "path": "taskDetail/inExecution/index",
+          "path": "taskDetail/inProgress/index",
           "style": {
-            "navigationBarTitleText": "执行中"
+            "navigationBarTitleText": "任务详情"
           }
         },
         {
@@ -121,7 +98,7 @@
           "path": "workDetail/mapWork/index",
           "style": {
             "navigationBarTitleText": "地图展示",
-			 "navigationStyle": "custom"
+            "navigationStyle": "custom"
           }
         },
         {
@@ -134,6 +111,12 @@
           "path": "userDetail/infos/index",
           "style": {
             "navigationBarTitleText": "个人资料"
+          }
+        },
+        {
+          "path": "downloadPage/index",
+          "style": {
+            "navigationBarTitleText": "下载"
           }
         },
         {
@@ -176,15 +159,16 @@
         "pagePath": "pages/inspectionTask/index",
         "text": "任务"
       },
+      // #ifndef MP-WEIXIN
       {
         "iconPath": "static/images/tabbar/add.png",
         "pagePath": "subPackages/taskDetail/addTask/index"
       },
       {
-        "pagePath": "pages/placeholder/placeholder",
         "iconPath": "static/images/tabbar/drone.png",
         "visible": "true"
       },
+      // #endif
       {
         "iconPath": "static/images/tabbar/icon_order.png",
         "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
@@ -203,6 +187,7 @@
     "navigationBarTextStyle": "black",
     "navigationBarTitleText": "uni-app",
     "navigationBarBackgroundColor": "#F8F8F8",
-    "backgroundColor": "#F8F8F8"
+    "backgroundColor": "#F8F8F8",
+    "pageOrientation": "portrait" //横屏配置,全局屏幕旋转设置(仅 APP/微信/QQ小程序),支持 auto / portrait / landscape
   }
 }

--
Gitblit v1.9.3