mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-22 01:00:24 +08:00
13 lines
446 B
HTML
13 lines
446 B
HTML
{$layout}
|
|
{$template "/left_menu"}
|
|
|
|
<div class="right-box">
|
|
{$template "menu"}
|
|
|
|
<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>
|
|
<submit-btn></submit-btn>
|
|
<p class="comment">修改条件设置后请记得保存。</p>
|
|
</form>
|
|
</div> |