视频链接调整

This commit is contained in:
ljx 2025-06-04 10:13:28 +08:00
parent 2065633646
commit bf8483c6e9
1 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@
</div>
<div class="jc-video" style="margin-top:50px;">
<!-- 添加播放器 -->
<video :src="BaseUrl+'bi5.mp4'" controls loop autoplay></video>
<video src="/bi5.mp4" controls loop autoplay></video>
</div>
</dv-border-box-1>
</div>
@ -109,7 +109,7 @@ import PieChart from './pieChart.vue'
import * as echarts from 'echarts';
import testRes from './test'
import LeftChart2 from './LeftChart2'
import api from '../../api.js'
// import api from '../../api.js'
console.log(testRes)
export default {
@ -256,7 +256,7 @@ export default {
}
},
created() {
this.BaseUrl = api.baseURL;
// this.BaseUrl = api.baseURL;
},
// mounted()
mounted() {