From 63bdaa0adf37baa49a1622f7cfc3d5f055bda495 Mon Sep 17 00:00:00 2001 From: renxh Date: Thu, 28 Oct 2021 17:50:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95`=E9=87=8D?= =?UTF-8?q?=E5=90=AF=E5=AA=92=E4=BD=93=E6=9C=8D=E5=8A=A1=E5=99=A8`?= =?UTF-8?q?=EF=BC=8C`=E5=88=A0=E9=99=A4=E8=BF=9C=E7=AB=AF=E9=80=9A?= =?UTF-8?q?=E4=BF=A1=E9=93=BE=E8=B7=AF`=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/control.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/src/components/control.vue b/web_src/src/components/control.vue index 576f9422..b5990dab 100644 --- a/web_src/src/components/control.vue +++ b/web_src/src/components/control.vue @@ -367,7 +367,7 @@ export default { let that = this; this.$axios({ method: 'get', - url: '/zlm/index/api/restartServer' + url: '/zlm/' + that.mediaServerChoose +'/index/api/restartServer' }).then(function (res) { that.getAllSession(); if (res.data.code == 0) { @@ -402,7 +402,7 @@ export default { let that = this; this.$axios({ method: 'get', - url: '/zlm/index/api/kick_session&id=' + id + url: '/zlm/' + that.mediaServerChoose +'/index/api/kick_session&id=' + id }).then(function (res) { that.getAllSession(); that.$message({