tremble 3 лет назад
Родитель
Сommit
f6a494e9f8
1 измененных файлов с 1 добавлено и 1 удалено
  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,