648540858
2022-08-09 116d979d87f53f878a8c930cfad2c6a7cc831b19
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 = {}