fix(环境组): 环境包含多个域名时未显示域名信息
This commit is contained in:
parent
1389931dc0
commit
16bd959e36
|
@ -252,6 +252,9 @@ export default {
|
||||||
if (obj.protocol && obj.domain) {
|
if (obj.protocol && obj.domain) {
|
||||||
this.$set(item, "domainName", 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 {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue