fix: 修复 error_logs.html 中的脚本路径错误

This commit is contained in:
snaily
2025-04-13 01:16:59 +08:00
parent 439165bc6c
commit 86dba93974

View File

@@ -233,7 +233,7 @@
{% endblock %}
{% block body_scripts %}
<script src="/static/js/error_logs.js') }}"></script>
<script src="/static/js/error_logs.js"></script>
<script>
// error_logs.html specific JS initialization (if any)
// e.g., initialize date pickers or other elements if needed