소스 검색

update 0414

tremble 3 년 전
부모
커밋
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,