src/components/wasmPlayer/index.vue
@@ -374,6 +374,8 @@
        return
      }
      // console.info("isStream:"+this.isStream)
      // console.info("rtspUrl:"+this.rtspUrl)
      let payload = ""
      let url = ""
      if (this.isStream) {
@@ -393,10 +395,12 @@
        if (this.videoUrl.indexOf("/files") >= 0) {
          url = this.videoUrl
        } else {
          url = "/httpImage/" + this.videoUrls[this.playerIndex]
          // url = "/httpImage/" + this.videoUrls[this.playerIndex]
          url = "/api-img" + this.videoUrls[this.playerIndex]
        }
      }
      // console.info("url:"+url)
      this.videoLoading = true
      if (this.player.hPlayer == 0) {
        this.player.play(