fix
This commit is contained in:
@@ -297,7 +297,7 @@ export default defineComponent({
|
||||
url = 'https://code-create.com.hk/wp-content/uploads/2024/07/aida_3.0-Manual-0705.pptx'
|
||||
}
|
||||
//打开视频
|
||||
// scaleVideo.init('https://code-create.com.hk/wp-content/uploads/2022/11/aida_video.mp4')
|
||||
// showViewVideo('https://code-create.com.hk/wp-content/uploads/2022/11/aida_video.mp4')
|
||||
const a = document.createElement('a');
|
||||
a.href = url;
|
||||
a.download = 'presentation.pptx'; // 下载的文件名
|
||||
|
||||
Reference in New Issue
Block a user