优化缓存请求条件界面

This commit is contained in:
刘祥超
2023-02-10 11:15:06 +08:00
parent c555d91503
commit 9a8cd9bd87
2 changed files with 15 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ Vue.component("http-cache-refs-config-box", {
})
},
updateRef: function (index, cacheRef) {
window.UPDATING_CACHE_REF = cacheRef
window.UPDATING_CACHE_REF = teaweb.clone(cacheRef)
let height = window.innerHeight
if (height > 500) {