Browse Source

Merge branch 'iteration-create'

liushengqiang 1 year ago
parent
commit
a19d61fa84
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/co-ai/index.tsx

+ 2 - 1
src/views/co-ai/index.tsx

@@ -90,7 +90,8 @@ export default defineComponent({
           orientation: 0,
           orientation: 0,
           isHideTitle: true,
           isHideTitle: true,
           statusBarTextColor: false,
           statusBarTextColor: false,
-          isOpenLight: true
+          isOpenLight: true,
+          c_orientation: 0 // 0 横屏 1 竖屏
         }
         }
       });
       });
     };
     };