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