更改在包河接口数据

This commit is contained in:
2025-02-06 17:38:35 +08:00
parent 852d94fbb9
commit b6a71aa49b
10 changed files with 25924 additions and 9565 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@ import Live from "./Live";
export default {
data () {
return {
active: 0
active: "0"
}
},
created() {

View File

@@ -34,7 +34,7 @@ export default {
playbackRates: [0.7, 1.0, 1.5, 2.0],
sources: [{
type: 'application/x-mpegURL',
src: "http://vjs.zencdn.net/v/oceans.mp4",
src: "https://lhttp-hw.qtfm.cn/live/1947/64k.mp3?app_id=web&ts=67a48d64&sign=07889d31cc3160258fcfb71cc3e40f41",
}],
poster: "https://surmon-china.github.io/vue-quill-editor/static/images/surmon-1.jpg",
notSupportedMessage: '此视频暂无法播放,请稍后再试'
@@ -42,7 +42,7 @@ export default {
}
},
created() {
this.GetRadio()
// this.GetRadio()
},
mounted() {

View File

@@ -27,7 +27,7 @@ export default {
this.$router.push({
path: '/TvInfo',
query: {
id: index
id: 'index'
}
})
},