Browse Source

Merge branch 'master' into jenkins

skyblued 2 years ago
parent
commit
7c205a45ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/coursewarePlay/index.tsx

+ 1 - 1
src/views/coursewarePlay/index.tsx

@@ -15,7 +15,7 @@ export default defineComponent({
     postMessage({
       api: 'setRequestedOrientation',
       content:{
-        orientation: 1
+        orientation: 0
       }
     })
     const route = useRoute()