Commit 3b5a37c270e5b6649b9a168ee753c2b3353a257a
1 parent
3adc8176
前端显示媒体服务器配置时报错修复
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/src/components/control.vue
| ... | ... | @@ -496,7 +496,7 @@ export default { |
| 496 | 496 | if (!!this.mediaServerChoose) { |
| 497 | 497 | this.$axios({ |
| 498 | 498 | method: 'get', |
| 499 | - url: '/zlm/' + that.mediaServerChoose + '/index/api/getServerConfig' | |
| 499 | + url: '/zlm/' + this.mediaServerChoose + '/index/api/getServerConfig' | |
| 500 | 500 | }).then((res)=> { |
| 501 | 501 | let info = res.data.data[0]; |
| 502 | 502 | let serverInfo = {} | ... | ... |