648540858 3 年之前
父节点
当前提交
ec749de7c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web_src/src/components/control.vue

+ 1 - 1
web_src/src/components/control.vue

@@ -576,7 +576,7 @@ export default {
       let that = this;
       let that = this;
       this.$axios({
       this.$axios({
         method: 'get',
         method: 'get',
-        url: '/zlm/' + that.mediaServerChoose + '/index/api/kick_session&id=' + id
+        url: '/zlm/' + that.mediaServerChoose + '/index/api/kick_session?id=' + id
       }).then(function (res) {
       }).then(function (res) {
         that.getAllSession();
         that.getAllSession();
         that.$message({
         that.$message({