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

This commit is contained in:
刘祥超
2022-07-14 09:48:13 +08:00
parent e0b1c2a6a4
commit 36b90451af
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