@@ -62,7 +62,7 @@ export default {
{ file: data.url, filename: "initCover.jpg", sceneCode:this.activeItem.sceneCode },
res => {
if (res.code==0) {
- let icon = this.$cdn + res.data.filePath
+ let icon = res.data.filePath
this.activeItem.icon = icon
this.activeItem.initVisual= {
hlookat: data.hlookat,