mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-21 04:47:49 +08:00
前端显示媒体服务器配置时报错修复
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