@@ -68,15 +68,16 @@ export default {
let cObj = this.cObj
cObj.video = ''
this.cObj = {...cObj}
+ this.$api.base.admuploadtoken().then(res => {
+ this.fileConfig = res || {}
+ })
}
},
computed: {
mounted() {
- this.$api.base.admuploadtoken().then(res => {
- this.fileConfig = res || {}
- })
+
methods: {
@@ -14,6 +14,19 @@
<div class="ri-video">
<div v-if="cObj.house_video" class="close" @click="videoDel()"></div>
+ <!-- https://video.honglouplus.com/13479187855-1702962950716.mp4-compress.m3u8 -->
+ <!-- <video
+ controls
+ muted
+ loop
+ width="200"
+ type="video/x-mpegURL"
+ >
+ <source
+ src="https://video.honglouplus.com/13479187855-1702962950716.mp4-compress.m3u8"
+ type="video/mp4"
+ />
+ </video> -->
<video
v-if="cObj.house_video"
controls