mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 23:30:26 +08:00
10 lines
418 B
JavaScript
10 lines
418 B
JavaScript
Tea.context(function () {
|
|
this.success = NotifyReloadSuccess("保存成功 ")
|
|
|
|
this.policyType = this.cachePolicy.type
|
|
|
|
this.fileOpenFileCacheMax = 0
|
|
if (this.cachePolicy.type == "file" && this.cachePolicy.options.openFileCache != null && this.cachePolicy.options.openFileCache.isOn && this.cachePolicy.options.openFileCache.max > 0) {
|
|
this.fileOpenFileCacheMax = this.cachePolicy.options.openFileCache.max
|
|
}
|
|
}) |