管理端全部功能跑通
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user