648540858
2024-04-30 fa8ff09b426ac3fab3e3e715ffff15e60c20779c
web_src/src/components/live.vue
old mode 100644 new mode 100755
@@ -135,7 +135,7 @@
      this.loading = true
      this.$axios({
        method: 'get',
        url: './api/play/start/' + deviceId + '/' + channelId
        url: '/api/play/start/' + deviceId + '/' + channelId
      }).then(function (res) {
        if (res.data.code === 0 && res.data.data) {
          let videoUrl;