jinx 2 달 전
부모
커밋
ca63da83de
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/qjkankan-view/src/components/UIGather/mobile/control.pano.vue

+ 2 - 0
packages/qjkankan-view/src/components/UIGather/mobile/control.pano.vue

@@ -180,7 +180,9 @@ const onIsCommentary = () => {
 const enterVR = async () => {
   if ("xr" in navigator) {
     const session = await navigator.xr.requestSession("immersive-vr");
+    console.error('支持')
   } else {
+   console.error('不支持')
   }
 };