ui
xiangpei
2025-01-17 213acbd9ba90742c0d72bd17af140c6cffdb7a76
src/views/wx/CameraPTZ3.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: '3',
      indexCode: 'ad6520e9c1324af8b0feba2654e7fe75',
      url: 'https://hkpt.xwshtxq.com:1443/mls/openUrl/IT4ia2c/live.m3u8?params=eyJpbmRleENvZGUiOiIyN2E0NzE5NmMxMWI0NWMwODY3ZDkwMWFjYTYxNWMyYyIsIm5ldFpvbmVDb2RlIjoiNTMiLCJwcm90b2NvbCI6Imhsc3MiLCJ1c2VyZWRpcmVjdCI6dHJ1ZSwidXNlcklkIjoiYWRtaW4ifQ=='
    }
  },