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 {