From 16bd959e3638369da59acf41f623ec83fe39dad5 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Tue, 23 Nov 2021 11:25:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=8E=AF=E5=A2=83=E7=BB=84):=20=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8C=85=E5=90=AB=E5=A4=9A=E4=B8=AA=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E6=97=B6=E6=9C=AA=E6=98=BE=E7=A4=BA=E5=9F=9F=E5=90=8D=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settings/workspace/environment/EnvironmentGroupRow.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/business/components/settings/workspace/environment/EnvironmentGroupRow.vue b/frontend/src/business/components/settings/workspace/environment/EnvironmentGroupRow.vue index 9a4a2fdbbf..e4f55f7504 100644 --- a/frontend/src/business/components/settings/workspace/environment/EnvironmentGroupRow.vue +++ b/frontend/src/business/components/settings/workspace/environment/EnvironmentGroupRow.vue @@ -252,6 +252,9 @@ export default { if (obj.protocol && obj.domain) { this.$set(item, "domainName", obj.protocol + "://" + obj.domain); } + } else if (config.httpConfig.conditions.length > 1) { + this.$set(item, "moreDomain", true); + return; } } } else {