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('不支持')
   }
 };