chore: 修改示例音视频资源链接

This commit is contained in:
pipipi-pikachu 2022-01-09 20:43:04 +08:00
parent 553eb4cd7e
commit 2bee10b8a6

View File

@ -38,8 +38,8 @@ export default defineComponent({
setup(props, { emit }) { setup(props, { emit }) {
const type = ref<'video' | 'audio'>('video') const type = ref<'video' | 'audio'>('video')
const videoSrc = ref('https://www.w3school.com.cn/i/movie.ogg') const videoSrc = ref('http://128.1.134.170/pptist/test.mp4')
const audioSrc = ref('https://www.w3school.com.cn/i/horse.ogg') const audioSrc = ref('http://128.1.134.170/pptist/test.mp3')
const tabs = [ const tabs = [
{ key: 'video', label: '视频' }, { key: 'video', label: '视频' },