Explorar el Código

Merge branch 'iteration-download' into jenkins-main

lex hace 1 año
padre
commit
6d5afed2e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/creation/share-model/index.tsx

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

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