mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 21:50:28 +08:00
修复缓存条件可能无法保存的Bug
This commit is contained in:
@@ -12,6 +12,9 @@ Vue.component("http-cache-config-box", {
|
||||
purgeKey: ""
|
||||
}
|
||||
}
|
||||
if (cacheConfig.cacheRefs == null) {
|
||||
cacheConfig.cacheRefs = []
|
||||
}
|
||||
return {
|
||||
cacheConfig: cacheConfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user