错误处理页面进行更新

This commit is contained in:
wojiaoyishang
2025-01-24 19:13:41 +08:00
parent 3c4377915b
commit 2ee703d2eb
5 changed files with 84 additions and 8 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title></title>
<link href="{{ url_for('static', filename='system/component/pear/css/pear.css') }}" rel="stylesheet"/>
{% include 'system/common/header.html' %}
<link href="{{ url_for('static', filename='system/admin/css/other/error.css') }}" rel="stylesheet"/>
</head>
<body>
@@ -12,7 +12,7 @@
<div class="content-r">
<h1>404</h1>
<p>抱歉,你访问的页面不存在或仍在开发中</p>
<button class="pear-btn pear-btn-primary">返回首页</button>
<button class="layui-btn layui-btn-primary">返回首页</button>
</div>
</div>
</body>