Commit ec749de7c114aa6bc47d9766ff2242d7a4d553f7
1 parent
4199650c
#470
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/src/components/control.vue
| ... | ... | @@ -576,7 +576,7 @@ export default { |
| 576 | 576 | let that = this; |
| 577 | 577 | this.$axios({ |
| 578 | 578 | method: 'get', |
| 579 | - url: '/zlm/' + that.mediaServerChoose + '/index/api/kick_session&id=' + id | |
| 579 | + url: '/zlm/' + that.mediaServerChoose + '/index/api/kick_session?id=' + id | |
| 580 | 580 | }).then(function (res) { |
| 581 | 581 | that.getAllSession(); |
| 582 | 582 | that.$message({ | ... | ... |