648540858
2022-08-09 842be1a485ea721cc60dad8424bba0c3c968945a
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 = {}