更改在包河接口数据
This commit is contained in:
34747
项目合集/在包河/code/package-lock.json
generated
34747
项目合集/在包河/code/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@ import Live from "./Live";
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
active: 0
|
||||
active: "0"
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
this.$router.push({
|
||||
path: '/TvInfo',
|
||||
query: {
|
||||
id: index
|
||||
id: 'index'
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user