管理界面设置中“是否显示底部开源信息”选项变更时即使更新界面底部显示

This commit is contained in:
GoEdgeLab
2022-04-24 18:05:25 +08:00
parent facf4386ae
commit 9b299a302f

View File

@@ -1,6 +1,12 @@
Tea.context(function () { Tea.context(function () {
this.success = NotifyReloadSuccess("保存成功") this.success = NotifyReloadSuccess("保存成功")
this.$delay(function () {
this.$watch("config.showOpenSourceInfo", function (v) {
this.teaShowOpenSourceInfo = v
})
})
// 时区 // 时区
this.timeZoneGroupCode = "asia" this.timeZoneGroupCode = "asia"
if (this.timeZoneLocation != null) { if (this.timeZoneLocation != null) {