前端页面
This commit is contained in:
@@ -10,9 +10,6 @@ Tea.context(function () {
|
||||
this.policies.defaultClusterId = this.availableClusters[0].id;
|
||||
}
|
||||
}
|
||||
if (typeof this.policies.enableUserDomainVerify == "undefined") {
|
||||
this.policies.enableUserDomainVerify = true;
|
||||
}
|
||||
if (typeof this.policies.defaultTTL == "undefined" || this.policies.defaultTTL <= 0) {
|
||||
this.policies.defaultTTL = 30;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user