集群DNS设置增加允许通过CNAME访问网站服务选项/集群DNS设置可以设置不使用主域名

This commit is contained in:
GoEdgeLab
2022-07-14 09:48:13 +08:00
parent 6ba3a3d0f6
commit 35d8c2a6f3
3 changed files with 28 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ Tea.context(function () {
this.success = NotifyReloadSuccess("保存成功")
this.domain = {id: this.domainId, name: this.domainName}
this.oldDomain = {id: this.domainId, name: this.domainName}
this.changeDomain = function (domain) {
this.domain.id = domain.id
this.domain.name = domain.name