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`
     }