update templates/admin/monitor.html.

修正url_for函数拼接静态文件路径可能发生的308错误:filename这里的路径不需要以“/”开头

Signed-off-by: Teishorin <shandongdxl2004@126.com>
This commit is contained in:
Teishorin
2023-01-24 07:35:37 +00:00
committed by Gitee
parent fd42cae20f
commit 627c51df8a
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<title>首页</title>
{% include 'admin/common/header.html' %}
<link rel="stylesheet" href="{{ url_for('static', filename='/admin/admin/css/other/console2.css') }}"/>
<link rel="stylesheet" href="{{ url_for('static', filename='admin/admin/css/other/console2.css') }}"/>
</head>
<body class="pear-container">
<div class="layui-row layui-col-space10">