去除视频缓存
This commit is contained in:
parent
585a6dda27
commit
e6291b08cf
2151
pnpm-lock.yaml
Normal file
2151
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="video-wrapper" ref="videoWrapper" :class="name">
|
<div class="video-wrapper" ref="videoWrapper" :class="name">
|
||||||
<Loading v-if="loading" style="position: absolute"/>
|
<Loading v-if="loading" style="position: absolute"/>
|
||||||
<video :src="video.video + '?v=123'"
|
<!-- <video :src="video.video + '?v=123'"-->
|
||||||
|
<video :src="video.video"
|
||||||
:poster="video.video + videoPoster"
|
:poster="video.video + videoPoster"
|
||||||
ref="video"
|
ref="video"
|
||||||
muted
|
muted
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="video-wrapper" ref="videoWrapper" :class="name">
|
<div class="video-wrapper" ref="videoWrapper" :class="name">
|
||||||
<Loading v-if="loading" style="position: absolute"/>
|
<Loading v-if="loading" style="position: absolute"/>
|
||||||
<video :src="video.video + '?v=123'"
|
<!-- <video :src="video.video + '?v=123'"-->
|
||||||
|
<video :src="video.video"
|
||||||
:poster="video.video + videoPoster"
|
:poster="video.video + videoPoster"
|
||||||
ref="video"
|
ref="video"
|
||||||
muted
|
muted
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user