chore(web): 移除过时的socket调试与服务器状态监控代码

移除了登录页与后台管理页的服务器状态展示UI、public-status.js脚本引用,删除了index.js中的socket运行时日志上报逻辑与连接状态追踪代码,同时删除了用于排查socket polling 400问题的调试文档。
This commit is contained in:
2026-06-21 16:11:54 +08:00
parent e78557f335
commit b614ff663c
4 changed files with 2 additions and 119 deletions
-7
View File
@@ -15,11 +15,6 @@
<a href="/" class="jr-top-link">
<span>FSE铁路票务系统控制台</span>
</a>
<div class="jr-top-status is-checking" data-server-status-root>
<span class="jr-top-status-label">服务器状态</span>
<span class="jr-top-status-dot"></span>
<span class="jr-top-status-value" data-server-status-value>检测中</span>
</div>
</div>
</header>
@@ -70,9 +65,7 @@
</main>
</div>
<script src="/custom-dialog.js?v=12"></script>
<script src="/public-status.js?v=13"></script>
<script src="login.js?v=2"></script>
</body>
</html>