Files
waf-platform/EdgeAdmin/web/views/@default/httpdns/clusters/clusterSettings.js
2026-02-24 19:10:27 +08:00

12 lines
245 B
JavaScript

Tea.context(function () {
this.success = NotifyReloadSuccess("保存成功");
this.activeSection = this.activeSection || "basic";
this.tlsAdvancedVisible = false;
if (!this.settings) {
this.settings = {};
}
});