ui
xiangpei
2025-01-17 213acbd9ba90742c0d72bd17af140c6cffdb7a76
src/views/wx/CameraPTZ2.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: '2',
      indexCode: '27a47196c11b45c0867d901aca615c2c',
      url: 'https://hkpt.xwshtxq.com:1443/mls/openUrl/PrSjxMQ/live.m3u8?params=eyJpbmRleENvZGUiOiIyNTkwZTkxNjAzMzg0NzJkOGRkYmFlZDUwOTkwODgzOSIsIm5ldFpvbmVDb2RlIjoiNTMiLCJwcm90b2NvbCI6Imhsc3MiLCJ1c2VyZWRpcmVjdCI6dHJ1ZSwidXNlcklkIjoiYWRtaW4ifQ=='
    }
  },