2020-09-22 11:36:51 +08:00
|
|
|
{$layout}
|
|
|
|
|
|
|
|
|
|
{$template "/left_menu"}
|
|
|
|
|
|
|
|
|
|
<div class="right-box">
|
|
|
|
|
{$template "../location_menu"}
|
|
|
|
|
{$template "../left_menu"}
|
|
|
|
|
|
|
|
|
|
<div class="right-box tiny">
|
2020-11-10 12:47:24 +08:00
|
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
2020-09-22 11:36:51 +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" :v-is-location="true"></http-cache-config-box>
|
2020-09-22 11:36:51 +08:00
|
|
|
<submit-btn></submit-btn>
|
2021-04-18 22:16:46 +08:00
|
|
|
<p class="comment">修改条件设置后请记得保存。</p>
|
2020-09-22 11:36:51 +08:00
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|