修复测试版本若干问题

This commit is contained in:
GoEdgeLab
2024-05-16 15:32:58 +08:00
parent 37209e5a72
commit 1dd1cac8b1
5 changed files with 14440 additions and 13183 deletions

View File

@@ -11,7 +11,7 @@
<div class="right-box with-menu">
<p class="comment">提醒HTTP/2、证书等信息修改后可能需要清空浏览器缓存后才能浏览效果。</p>
<div v-if="httpsConfig.isOn && missingCertServerNames.length > 0" class="ui message warning">
<div v-if="httpsConfig.isOn && missingCertServerNames != null && missingCertServerNames.length > 0" class="ui message warning">
警告当前网站绑定的以下域名尚未配置证书将无法通过HTTPS协议访问{{missingCertServerNames.join("、")}} 。
</div>