在集群中可以设置自动加入DNS的CNAME记录

This commit is contained in:
GoEdgeLab
2021-09-20 16:37:41 +08:00
parent 9f855e4477
commit b7fd551acf
10 changed files with 65 additions and 1 deletions

View File

@@ -6,4 +6,8 @@ Tea.context(function () {
this.domain.id = domain.id
this.domain.name = domain.name
}
this.addCnameRecord = function (name) {
this.$refs.cnameRecords.addValue(name)
}
})