mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 04:54:32 +08:00
管理界面设置中“是否显示底部开源信息”选项变更时即使更新界面底部显示
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user