tremble 3 vuotta sitten
vanhempi
commit
f6a494e9f8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/framework/core/index.vue

+ 1 - 1
src/framework/core/index.vue

@@ -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,