| | |
| | | <easy-player :video-url="url"></easy-player> |
| | | </div> |
| | | </div> |
| | | <div style="margin-top: 15px;display: flex;justify-content: center; width: 100%;"> |
| | | <div style="margin-top: 2px;display: flex;justify-content: center; width: 100%;"> |
| | | <controller-video :index-code="indexCode"/> |
| | | </div> |
| | | </div> |
| | |
| | | components: { EasyPlayer, ControllerVideo }, |
| | | data () { |
| | | return { |
| | | indexCode: '1', |
| | | indexCode: '1a137202592b430f8c346f243996014e', |
| | | url: 'https://hkpt.xwshtxq.com:1443/mls/openUrl/vbcZ7K8/live.m3u8?params=eyJpbmRleENvZGUiOiIxYTEzNzIwMjU5MmI0MzBmOGMzNDZmMjQzOTk2MDE0ZSIsIm5ldFpvbmVDb2RlIjoiNTMiLCJwcm90b2NvbCI6Imhsc3MiLCJ1c2VyZWRpcmVjdCI6dHJ1ZSwidXNlcklkIjoiYWRtaW4ifQ==' |
| | | } |
| | | }, |