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

This commit is contained in:
zouyaoji 2022-08-06 11:27:02 +08:00
parent 3adc81764c
commit 3b5a37c270

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