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

前端显示媒体服务器配置时报错修复
pull/570/head
648540858 2022-08-08 09:28:46 +08:00 committed by GitHub
commit a580ff6fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ export default {
if (!!this.mediaServerChoose) { if (!!this.mediaServerChoose) {
this.$axios({ this.$axios({
method: 'get', method: 'get',
url: '/zlm/' + that.mediaServerChoose + '/index/api/getServerConfig' url: '/zlm/' + this.mediaServerChoose + '/index/api/getServerConfig'
}).then((res)=> { }).then((res)=> {
let info = res.data.data[0]; let info = res.data.data[0];
let serverInfo = {} let serverInfo = {}