缓存支持默认条件

This commit is contained in:
刘祥超
2021-05-24 09:02:55 +08:00
parent 95c27119ac
commit f738ba9152
5 changed files with 203 additions and 2 deletions

View File

@@ -80,6 +80,12 @@
</tbody>
</table>
<!-- 默认缓存条件 -->
<h4>默认缓存条件</h4>
<http-cache-refs-box :v-cache-refs="cachePolicy.cacheRefs"></http-cache-refs-box>
<!-- 使用此策略的集群 -->
<h4>使用此策略的集群</h4>
<p class="comment" v-if="clusters.length == 0">暂时还没有集群使用此策略。</p>
<table class="ui table selectable" v-if="clusters.length > 0">

View File

@@ -94,5 +94,9 @@
</tr>
</tbody>
</table>
<h4>默认缓存条件</h4>
<http-cache-refs-config-box :v-cache-refs="cachePolicy.cacheRefs"></http-cache-refs-config-box>
<submit-btn></submit-btn>
</form>