ui
xiangpei
2025-01-17 213acbd9ba90742c0d72bd17af140c6cffdb7a76
src/views/wx/CameraPTZ1.vue
@@ -5,7 +5,7 @@
        <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>
@@ -19,7 +19,7 @@
  components: { EasyPlayer, ControllerVideo },
  data () {
    return {
      indexCode: '1',
      indexCode: '1a137202592b430f8c346f243996014e',
      url: 'https://hkpt.xwshtxq.com:1443/mls/openUrl/vbcZ7K8/live.m3u8?params=eyJpbmRleENvZGUiOiIxYTEzNzIwMjU5MmI0MzBmOGMzNDZmMjQzOTk2MDE0ZSIsIm5ldFpvbmVDb2RlIjoiNTMiLCJwcm90b2NvbCI6Imhsc3MiLCJ1c2VyZWRpcmVjdCI6dHJ1ZSwidXNlcklkIjoiYWRtaW4ifQ=='
    }
  },