Commit ec749de7c114aa6bc47d9766ff2242d7a4d553f7

Authored by 648540858
1 parent 4199650c

#470

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({
... ...