fix:修复视频无法播放的问题
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
v-if="props.item?.videoUrl"
|
||||
controls
|
||||
class="media-content">
|
||||
<source :src="AListUrl + props.item?.videoUrl" type="video/mp4">
|
||||
<source :src="props.item?.videoUrl" type="video/mp4">
|
||||
</video>
|
||||
|
||||
<!-- 展开/收起按钮 -->
|
||||
@@ -73,7 +73,7 @@ import { formatDate } from 'vue3-common/utils/dateUtil'
|
||||
import { useJournalStore } from '@/store/journal.ts'
|
||||
import { useAppStore } from '@/store/app.ts'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { AListUrl, RawImageQuery, ThumbImageQuery } from '@/utils'
|
||||
import { RawImageQuery, ThumbImageQuery } from '@/utils'
|
||||
import { showImagePreview } from 'vant'
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user