修改相关域名、文字等

This commit is contained in:
刘祥超
2021-12-17 14:17:48 +08:00
parent b8d6d1c249
commit 07a368a0bd
8 changed files with 92 additions and 19 deletions

View File

@@ -117,7 +117,7 @@ Vue.component("http-cache-config-box", {
</table>
<div v-if="isOn() && moreOptionsVisible && isPlus()">
<h4>陈旧缓存策略</h4>
<h4>过时缓存策略</h4>
<http-cache-stale-config :v-cache-stale-config="cacheConfig.stale" @change="changeStale"></http-cache-stale-config>
</div>