From e516a945c6f8d626094ed62cf44e829e69ce832b Mon Sep 17 00:00:00 2001 From: zangchenhao Date: Tue, 8 Jul 2025 11:16:39 +0800 Subject: [PATCH] =?UTF-8?q?change(ruoyi-ui):=20=E4=BF=AE=E6=94=B9WebSocket?= =?UTF-8?q?=20=E8=BF=9E=E6=8E=A5=E5=9C=B0=E5=9D=80=E4=B8=BAnginx=EF=BC=8C?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E8=BF=9E=E9=80=9A=E8=80=8C=E4=B8=8D=E6=98=AF?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=9C=AC=E5=9C=B0=E6=9C=8D=E5=8A=A1=E8=BD=AC?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将硬编码的 IP地址和端口号替换为变量 --- ruoyi-ui/public/demo/jsPlugin-1.2.0.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/public/demo/jsPlugin-1.2.0.min.js b/ruoyi-ui/public/demo/jsPlugin-1.2.0.min.js index 70e3caa..f3f5257 100644 --- a/ruoyi-ui/public/demo/jsPlugin-1.2.0.min.js +++ b/ruoyi-ui/public/demo/jsPlugin-1.2.0.min.js @@ -8590,7 +8590,7 @@ l = "&token=" } var u = p.sessionID || p.session || (p.playURL ? "" : p.token) || ""; - var w = new window.WebSocket('ws' + "://" + '192.168.202.241' + ":" + '8033' + (p.mode ? "/" + p.mode : "") + (a ? "/websocket/message" : "") + "?version=" + y[T] + "&cipherSuites=" + y[k] + l + u + (p.proxy ? "&proxy=" + p.proxy : "")); + var w = new window.WebSocket(o + "://" + m + ":" + g + (p.mode ? "/" + p.mode : "") + (a ? "/webSocketVideoCtrlProxy" : "") + "?version=" + y[T] + "&cipherSuites=" + y[k] + l + u + (p.proxy ? "&proxy=" + p.proxy : "")); w.binaryType = "arraybuffer"; var _ = c.default.v4(); var P = -1;