mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
chore: 修改示例音视频资源链接
This commit is contained in:
parent
553eb4cd7e
commit
2bee10b8a6
@ -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: '视频' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user