| | |
| | | <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: '4', |
| | | indexCode: '2590e9160338472d8ddbaed509908839', |
| | | url: 'https://hkpt.xwshtxq.com:1443/mls/openUrl/URyoQJa/live.m3u8?params=eyJpbmRleENvZGUiOiI4OWE1MzkxOGQ5YzE0MTg0OTQ1OWRmMTU0Zjk5MjBjNSIsIm5ldFpvbmVDb2RlIjoiNTMiLCJwcm90b2NvbCI6Imhsc3MiLCJ1c2VyZWRpcmVjdCI6dHJ1ZSwidXNlcklkIjoiYWRtaW4ifQ==' |
| | | } |
| | | }, |