feat(auth): 实现扫码登录功能并优化邮件模板
- 新增 QrLoginController、QrLoginService、QrLoginData等类实现扫码登录功能 - 更新邮件模板中的公司名称、网址等信息 - 添加 JWT 配置项 - 优化应用配置文件,启用 Jackson 对 Java 8 时间类型的支持
This commit is contained in:
@@ -240,19 +240,18 @@
|
||||
<!-- Footer -->
|
||||
<div class="footer">
|
||||
<div class="footer-content">
|
||||
<strong>南宁网宿信息科技有限公司</strong><br>
|
||||
<strong>WebSoft Admin</strong><br>
|
||||
专业的企业数字化转型服务商
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<a href="https://www.gxwebsoft.com">官方网站</a>
|
||||
<a href="https://www.gxwebsoft.com/help">帮助中心</a>
|
||||
<a href="https://www.gxwebsoft.com/contact">联系我们</a>
|
||||
<a href="https://websoft.top">官方网站</a>
|
||||
<a href="https://websoft.top/help">帮助中心</a>
|
||||
<a href="https://websoft.top/contact">联系我们</a>
|
||||
</div>
|
||||
|
||||
<div class="copyright">
|
||||
© 2024 南宁网宿信息科技有限公司 版权所有<br>
|
||||
如有疑问,请联系客服:170083662@qq.com
|
||||
© 2025 WebSoft Inc.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -303,7 +303,7 @@
|
||||
<!-- Footer -->
|
||||
<div class="footer">
|
||||
<div class="footer-content">
|
||||
<strong>网宿软件</strong><br>
|
||||
<strong>WebSoft Admin</strong><br>
|
||||
专业的企业数字化转型服务商
|
||||
</div>
|
||||
|
||||
|
||||
@@ -297,7 +297,7 @@
|
||||
|
||||
<!-- CTA Button -->
|
||||
<div class="cta-section">
|
||||
<a href="https://www.gxwebsoft.com/login" class="cta-button">立即登录体验</a>
|
||||
<a href="https://websoft.top/login" class="cta-button">立即登录</a>
|
||||
</div>
|
||||
|
||||
<!-- Features -->
|
||||
@@ -331,20 +331,19 @@
|
||||
<!-- Footer -->
|
||||
<div class="footer">
|
||||
<div class="footer-content">
|
||||
<strong>南宁网宿信息科技有限公司</strong><br>
|
||||
<strong>WebSoft Admin</strong><br>
|
||||
专业的企业数字化转型服务商
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<a href="https://www.gxwebsoft.com">官方网站</a>
|
||||
<a href="https://www.gxwebsoft.com/help">帮助中心</a>
|
||||
<a href="https://www.gxwebsoft.com/contact">联系我们</a>
|
||||
<a href="https://websoft.top">官方网站</a>
|
||||
<a href="https://websoft.top/help">帮助中心</a>
|
||||
<a href="https://websoft.top/contact">联系我们</a>
|
||||
</div>
|
||||
|
||||
<div class="copyright">
|
||||
© 2024 南宁网宿信息科技有限公司 版权所有<br>
|
||||
如有疑问,请联系客服:170083662@qq.com
|
||||
</div>
|
||||
<div class="copyright">
|
||||
© 2025 WebSoft Inc.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user