2020-08-21 12:32:16 +08:00
|
|
|
{$layout}
|
2020-09-06 16:19:34 +08:00
|
|
|
{$template "/left_menu"}
|
2020-08-21 12:32:16 +08:00
|
|
|
|
|
|
|
|
<div class="right-box">
|
2021-08-29 09:21:44 +08:00
|
|
|
{$template "menu"}
|
|
|
|
|
|
2020-11-10 12:47:24 +08:00
|
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
2020-09-20 16:28:16 +08:00
|
|
|
<input type="hidden" name="webId" :value="webId"/>
|
2020-12-17 15:50:44 +08:00
|
|
|
<http-cache-config-box :v-cache-config="cacheConfig" :v-cache-policy="cachePolicy"></http-cache-config-box>
|
2020-09-20 16:28:16 +08:00
|
|
|
<submit-btn></submit-btn>
|
2021-04-18 22:16:46 +08:00
|
|
|
<p class="comment">修改条件设置后请记得保存。</p>
|
2020-09-20 16:28:16 +08:00
|
|
|
</form>
|
2020-08-21 12:32:16 +08:00
|
|
|
</div>
|