前端显示媒体服务器配置时报错修复
This commit is contained in:
parent
3adc81764c
commit
3b5a37c270
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user