| src/subPackages/droneConsole/index.vue | ●●●●● patch | view | raw | blame | history |
src/subPackages/droneConsole/index.vue
@@ -83,17 +83,17 @@ }) // onShow(() => { // // #ifdef APP-PLUS // plus.screen.lockOrientation("landscape-primary"); // // #endif // }); // // onHide(() => { // // #ifdef APP-PLUS // plus.screen.lockOrientation("portrait-primary"); // // #endif // }); onShow(() => { // #ifdef APP-PLUS plus.screen.lockOrientation("landscape-primary"); // #endif }); onHide(() => { // #ifdef APP-PLUS plus.screen.lockOrientation("portrait-primary"); // #endif }); </script> <style scoped lang="scss">