|
@@ -1,21 +1,23 @@
|
|
|
// 全景xml加载地址
|
|
|
export const panoBaseUrl = isMyEnv
|
|
|
- ? 'xxxxxxxxxx'
|
|
|
+ ? `https://4dkk.4dage.com/720yun_fd_manage/${WKID}/tour.xml`
|
|
|
: `https://4dkk.4dage.com/720yun_fd_manage/${WKID}/tour.xml`
|
|
|
|
|
|
// 全景someData数据加载地址
|
|
|
export const panoSomeData = isMyEnv
|
|
|
- ? 'xxxxxxxxxxxxxxxxx'
|
|
|
+ ? `https://4dkk.4dage.com/720yun_fd_manage/${WKID}/someData.json`
|
|
|
: `https://4dkk.4dage.com/720yun_fd_manage/${WKID}/someData.json`
|
|
|
|
|
|
// 四维看看加载地址
|
|
|
export const kankanUrl = (code: string) => {
|
|
|
- return isMyEnv ? 'xxxxxxxxxxxxx' : `https://www.4dkankan.com/spg.html?m=${code}&hideNav`
|
|
|
+ return isMyEnv
|
|
|
+ ? `https://airshow.4dkankan.com/swkk/spg.html?m=${code}`
|
|
|
+ : `https://www.4dkankan.com/spg.html?m=${code}&hideNav`
|
|
|
}
|
|
|
|
|
|
// 四维看看封面图路径
|
|
|
export const kankanImgUrl = (code: string) => {
|
|
|
return isMyEnv
|
|
|
- ? 'xxxxxxxxxxxxx'
|
|
|
+ ? `https://airshow.4dkankan.com/swkk/scene_view_data/${code}/user/thumb-2k.jpg`
|
|
|
: `https://4dkk.4dage.com/scene_view_data/${code}/user/thumb-2k.jpg`
|
|
|
}
|