Commit ec749de7c114aa6bc47d9766ff2242d7a4d553f7

Authored by 648540858
1 parent 4199650c

#470

web_src/src/components/control.vue
@@ -576,7 +576,7 @@ export default { @@ -576,7 +576,7 @@ export default {
576 let that = this; 576 let that = this;
577 this.$axios({ 577 this.$axios({
578 method: 'get', 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 }).then(function (res) { 580 }).then(function (res) {
581 that.getAllSession(); 581 that.getAllSession();
582 that.$message({ 582 that.$message({