From 4a50f89a692883cd9e7bd9e290a7df67ab44eb4c Mon Sep 17 00:00:00 2001 From: fangxiang Date: Fri, 22 Jul 2022 15:17:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E7=BA=A7=E8=AE=BE=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=AB=AF=E5=8F=A3=E5=8F=B7=E6=97=B6=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E5=AE=9E=E9=99=85=E7=9A=84=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SystenSettingAdvancedNetworkDialog.vue | 162 +++++++++++++----- src/entities/HttpProtocol.ts | 2 + src/i18n/en-US/index.ts | 4 + src/i18n/zh-CN/index.ts | 3 + src/pad/Login.vue | 3 +- src/pages/Login.vue | 3 +- 6 files changed, 130 insertions(+), 47 deletions(-) diff --git a/src/components/SystenSettingAdvancedNetworkDialog.vue b/src/components/SystenSettingAdvancedNetworkDialog.vue index 52788d8..64adca5 100644 --- a/src/components/SystenSettingAdvancedNetworkDialog.vue +++ b/src/components/SystenSettingAdvancedNetworkDialog.vue @@ -132,50 +132,87 @@ - - - - {{ $t("http") }}{{ $t(" ") }}{{ $t("port") }}: - - - - - - - - - - - {{ $t("control") }}{{ $t(" ") }}{{ $t("port") }}: - - - - - - - - - + + + + + {{ $t("http") }}{{ $t(" ") }}{{ $t("port") }}: + + + + + + + ({{ $t($t("current real")) }}{{ $t(" ") }}{{ $t("http") + }}{{ $t(" ") }}{{ $t("port") }}: {{ real_http_port }}) + + + + + + + + + {{ $t("control") }}{{ $t(" ") }}{{ $t("port") }}: + + + + + + + ({{ $t($t("current real")) }}{{ $t(" ") + }}{{ $t("control") }}{{ $t(" ") }}{{ $t("port") }}: + {{ real_websocket_port }}) + + + + + + + + @@ -221,7 +258,7 @@