bill 8 달 전
부모
커밋
a99f8fab31
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/store/scene.ts

+ 2 - 2
src/store/scene.ts

@@ -42,8 +42,8 @@ export const getPointPano = (point: ScenePoint, tile = false, thumbnail = true)
   } else if (point.cameraType === DeviceType.VR) {
     if (point.sceneType === SceneType.VR) {
       return thumbnail 
-        ? `https://4dkankan.oss-cn-shenzhen.aliyuncs.com/scene_view_data/${point.sceneCode}/images/high/${point.uuid}.jpg` 
-        : `https://4dkankan.oss-cn-shenzhen.aliyuncs.com/scene_view_data/${point.sceneCode}/images/panoramas/${point.uuid}.jpg`;
+        ? `https://4dkk.4dage.com/scene_view_data/${point.sceneCode}/images/high/${point.uuid}.jpg` 
+        : `https://4dkk.4dage.com/scene_view_data/${point.sceneCode}/images/panoramas/${point.uuid}.jpg`;
     } else {
       return `https://4dkk.4dage.com/scene_result_data/${point.sceneCode}/caches/images/${point.uuid}.jpg`
     }