缓存条件增加暂停/恢复功能;缓存条件修改后自动保存

This commit is contained in:
刘祥超
2022-04-08 20:49:31 +08:00
parent 9af9d0192d
commit 9887bd99c7
9 changed files with 129 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
<div :class="{'opacity-mask': hasGroupConfig}">
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
<input type="hidden" name="webId" :value="webId"/>
<http-cache-config-box :v-cache-config="cacheConfig" :v-cache-policy="cachePolicy"></http-cache-config-box>
<http-cache-config-box :v-cache-config="cacheConfig" :v-cache-policy="cachePolicy" :v-web-id="webId"></http-cache-config-box>
<submit-btn></submit-btn>
<p class="comment">修改条件设置后请记得保存。</p>
</form>