This commit is contained in:
2023-01-30 16:48:34 +08:00
parent c2e8f6436e
commit 4ac9d4dd35
3 changed files with 180 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
export default {
onLaunch: function() {
// #ifdef APP-PLUS
// plus.screen.lockOrientation('landscape-primary');
plus.screen.lockOrientation('portrait-primary');
plus.navigator.setFullscreen(true);
// #endif
},