From eca1cdfd71119ef8cf855f52359986a24c4daf1f Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 12 Jun 2026 17:53:25 +0800
Subject: [PATCH] feat: 横屏

---
 src/pages.json |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index f007342..2f2ceb2 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -59,7 +59,8 @@
           "path": "droneConsole/index",
           "style": {
             "navigationBarTitleText": "直播监控",
-            "navigationStyle": "custom"
+            "navigationStyle": "custom",
+            "pageOrientation": "landscape"
           }
         },
         {
@@ -186,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