fix:修复视频无法播放的问题

This commit is contained in:
2026-04-07 22:49:07 +08:00
parent 08999c608d
commit f8a605b8c0
4 changed files with 6 additions and 6 deletions

View File

@@ -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({