视频链接调整
This commit is contained in:
parent
2065633646
commit
bf8483c6e9
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue