lex 1 년 전
부모
커밋
f05e37719c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/creation/share-model/index.tsx

+ 1 - 1
src/views/creation/share-model/index.tsx

@@ -69,7 +69,7 @@ export default defineComponent({
           video: '',
           type: 'link',
           url: state.url,
-          thumb: props.musicDetail.img,
+          thumb: encodeURI(props.musicDetail.img),
           shareType: type
         }
       })