|
|
@@ -28,7 +28,7 @@ const URL_FILL = config.urlFill
|
|
|
* @param {*} no
|
|
|
*/
|
|
|
export function getPanoInfo(data, ok, no) {
|
|
|
- let ossUrl = `https://ossxiaoan.4dage.com/720yun_fd_manage`
|
|
|
+ let ossUrl = `https://4dkk.4dage.com/720yun_fd_manage`
|
|
|
return http.get(`${ossUrl}/${data||number()}/someData.json?_=${Math.random()}`, {}, ok, no)
|
|
|
}
|
|
|
|