|
@@ -218,9 +218,15 @@
|
|
|
<div class="login-form-container">
|
|
<div class="login-form-container">
|
|
|
<!-- 短信登录表单 - 当 smsLoginEnabled 为 true 时显示 -->
|
|
<!-- 短信登录表单 - 当 smsLoginEnabled 为 true 时显示 -->
|
|
|
<form id="smsLoginForm" th:if="${smsLoginEnabled}" autocomplete="on">
|
|
<form id="smsLoginForm" th:if="${smsLoginEnabled}" autocomplete="on">
|
|
|
|
|
+ <!-- 新增:涉密信息警告提示 -->
|
|
|
|
|
+ <div class="security-warning" style="color: #ff4d4f; font-weight: bold; text-align: left; margin-bottom: 15px; font-size: 14px;">
|
|
|
|
|
+ ⚠️ 严禁处理涉密信息
|
|
|
|
|
+ </div>
|
|
|
<h3 class="form-title">短信验证码登录</h3>
|
|
<h3 class="form-title">短信验证码登录</h3>
|
|
|
<p class="form-subtitle">安全便捷,一键登录</p>
|
|
<p class="form-subtitle">安全便捷,一键登录</p>
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<div class="smart-input-group">
|
|
<div class="smart-input-group">
|
|
|
<i class="fa fa-mobile"></i>
|
|
<i class="fa fa-mobile"></i>
|
|
|
<input type="text" name="phone" id="phone" class="form-control smart-input"
|
|
<input type="text" name="phone" id="phone" class="form-control smart-input"
|