Update components.js

This commit is contained in:
刘祥超
2022-03-16 22:48:04 +08:00
parent 7a288c360d
commit a0c2006e24

View File

@@ -3340,7 +3340,7 @@ Vue.component("http-firewall-config-box", {
</td>
</tr>
<tr>
<td class="title">是否启用WAF</td>
<td class="title">启用WAF</td>
<td>
<div class="ui checkbox">
<input type="checkbox" v-model="firewall.isOn"/>
@@ -3847,7 +3847,7 @@ Vue.component("http-cache-config-box", {
</td>
</tr>
<tr>
<td class="title">启缓存</td>
<td class="title">启缓存</td>
<td>
<div class="ui checkbox">
<input type="checkbox" v-model="cacheConfig.isOn"/>