Compare commits

...

2 Commits

Author SHA1 Message Date
X1627315083@163.com
57835e6416 Merge branch 'main' of http://18.167.251.121:10003/aidlab/Code-Create 2026-05-18 10:42:33 +08:00
X1627315083@163.com
892c568efc fix 2026-05-18 10:42:24 +08:00

View File

@@ -5,7 +5,7 @@ import MyEvent from "@/directives/myEvents";
//}) //})
//const emit = defineEmits([ //const emit = defineEmits([
//]) //])
const isVideoShow = ref(true) const isVideoShow = ref(false)
const url = ref('') const url = ref('')
const poster = ref('') const poster = ref('')
const playVideo = (data)=>{ const playVideo = (data)=>{