Merge pull request #568 from zouyaoji/wvp-28181-2.0

前端显示媒体服务器配置时报错修复
This commit is contained in:
648540858 2022-08-08 09:28:46 +08:00 committed by GitHub
commit 245b70f7ce

View File

@ -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 = {}