管理端全部功能跑通

This commit is contained in:
robin
2026-02-27 10:35:22 +08:00
parent 4d275c921d
commit 150799f41d
263 changed files with 22664 additions and 4053 deletions

View File

@@ -1,11 +1,16 @@
Tea.context(function () {
this.success = NotifyReloadSuccess("保存成功");
Tea.context(function () {
this.success = NotifyReloadSuccess("保存成功")
this.activeSection = this.activeSection || "basic";
this.tlsAdvancedVisible = false;
this.activeSection = this.activeSection || "basic"
this.tlsAdvancedVisible = false
if (!this.settings) {
this.settings = {};
this.settings = {}
}
});
this.syncDefaultCluster = function () {
if (!this.settings.isOn) {
this.settings.isDefaultCluster = false
}
}
})