罗广辉
2026-06-12 eca1cdfd71119ef8cf855f52359986a24c4daf1f
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
  }
}