Browse Source

前端显示媒体服务器配置时报错修复

zouyaoji 3 năm trước cách đây
mục cha
commit
3b5a37c270
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      web_src/src/components/control.vue

+ 1 - 1
web_src/src/components/control.vue

@@ -496,7 +496,7 @@ export default {
       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 = {}