parent
981ba47e84
commit
9fd7b1a261
|
@ -392,10 +392,11 @@ export default {
|
||||||
|
|
||||||
// 播放
|
// 播放
|
||||||
showVideo(row) {
|
showVideo(row) {
|
||||||
|
console.info(row)
|
||||||
requestFN(
|
requestFN(
|
||||||
'/platformelectronic/getHlsPath',
|
'/platformelectronic/getHlsPath',
|
||||||
{
|
{
|
||||||
INDEXCODE: row.indexCode
|
INDEXCODE: row.INDEXCODE
|
||||||
}
|
}
|
||||||
).then((res) => {
|
).then((res) => {
|
||||||
this.dialogVideoHLS = true
|
this.dialogVideoHLS = true
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue