|
@@ -306,7 +306,7 @@
|
|
|
<previewVideoDialog ref="previewVideoDialogRef" />
|
|
|
<uploadFile v-if="progressData.uploadVideo" ref="uploadFileRef" @progressUpdate="videoProgressUpdate" @delUpload="videoDelUpload" @success="updateVideoSuccess" @startUpload="videoStartUpload"/>
|
|
|
<resourceLibraryDialog ref="resourceLibraryDialogRef" @addFile="resourceLibraryDialogAddFile"/>
|
|
|
- <!-- <iframe ref="iframeFFmpegRef" allow="camera *; microphone *;display-capture;midi;encrypted-media;" src="https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/static/cocoroboffmpeg/index.html" v-show="false"></iframe>https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/#/cocoroboffmpeg http://localhost:8080/#/cocoroboffmpeg -->
|
|
|
+ <iframe ref="iframeFFmpegRef" allow="camera *; microphone *;display-capture;midi;encrypted-media;" src="https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/static/cocoroboffmpeg/index.html" v-show="false"></iframe>https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/#/cocoroboffmpeg http://localhost:8080/#/cocoroboffmpeg
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -897,7 +897,7 @@ ${this.data.editorBarData?this.data.editorBarData.content:""}
|
|
|
if (!_file) return this.$message.error("文件不存在");
|
|
|
|
|
|
try {
|
|
|
- // await this.$refs.iframeFFmpegRef.contentWindow.postMessage({type:'extractAudio',file:_file},'*');
|
|
|
+ await this.$refs.iframeFFmpegRef.contentWindow.postMessage({type:'extractAudio',file:_file},"https://beta.pbl.cocorobo.cn/");
|
|
|
|
|
|
// this.$message.success("提取音频成功")
|
|
|
// this.loading = false;
|