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