uniapp隐藏状态栏并强制横屏 1.manifest.json中: "screenOrientation": [ "landscape-primary", //可选,字符串类型,支持横屏 "landscape-secondary" //可选,字符串类型,支持反向横屏 ] 2.App.vue: <script> export default {