commit
df906c52f6
|
@ -94,7 +94,7 @@ const insertImageElementaudio = (files: FileList) => {
|
||||||
const imageFile = files[0]
|
const imageFile = files[0]
|
||||||
if (!imageFile) return
|
if (!imageFile) return
|
||||||
PPTApi.toRousrceUrl(imageFile).then(data=>{
|
PPTApi.toRousrceUrl(imageFile).then(data=>{
|
||||||
videoSrc.value=data
|
audioSrc.value=data
|
||||||
insertAudio()
|
insertAudio()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue