自定义基座安装到华为平板上每次打开都是手机模式 横屏锁定这些也都配置了
App.vue 配置 plus.screen.lockOrientation('landscape-primary');//锁定横屏
manifest.json 配置 "orientation" : [ "landscape-primary", "landscape-secondary" ]
"globalStyle": {
"pageOrientation": "landscape",
"rpxCalcMaxDeviceWidth": 2800,
"rpxCalcBaseDeviceWidth": 2800,
"rpxCalcIncludeWidth": 750,
"dynamicRpx": true
}