优化WAF设置中人机识别验证方式

This commit is contained in:
刘祥超
2023-11-15 17:19:29 +08:00
parent a9b46987bc
commit 4a0fec6e35

View File

@@ -68,6 +68,8 @@ Vue.component("http-firewall-config-box", {
<option value="none">默认</option>
<option v-for="captchaType in captchaTypes" :value="captchaType.code">{{captchaType.name}}</option>
</select>
<p class="comment" v-if="firewall.defaultCaptchaType == 'none'">使用系统默认的设置。</p>
<p class="comment" v-for="captchaType in captchaTypes" v-if="captchaType.code == firewall.defaultCaptchaType">{{captchaType.description}}</p>
</td>
</tr>
<tr>