jiang
2022-08-18 8f77d0c25cdd37d4cc96c923b46ae28607bae51d
web_src/src/components/control.vue
@@ -496,7 +496,7 @@
      if (!!this.mediaServerChoose) {
        this.$axios({
          method: 'get',
          url: '/zlm/' + that.mediaServerChoose + '/index/api/getServerConfig'
          url: '/zlm/' + this.mediaServerChoose + '/index/api/getServerConfig'
        }).then((res)=> {
          let info = res.data.data[0];
          let serverInfo = {}