From b1e4ad9bfc7effb423f604e070b0423ad171ba8d Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:24:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=97=B6=E5=88=A0=E9=99=A4=E6=9A=B4=E9=9C=B2?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=20IP=20=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#3193)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/container/container/operate/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/container/container/operate/index.vue b/frontend/src/views/container/container/operate/index.vue index 7960916ae..d26585c8a 100644 --- a/frontend/src/views/container/container/operate/index.vue +++ b/frontend/src/views/container/container/operate/index.vue @@ -549,6 +549,7 @@ const checkPortValid = () => { } port.hostPort = port.host.substring(port.host.lastIndexOf(':') + 1); } else { + port.hostIP = ''; port.hostPort = port.host; } if (port.hostPort.indexOf('-') !== -1) {