This commit is contained in:
2025-11-21 01:42:54 +08:00
parent ff026c6f32
commit f89196c73c
1953 changed files with 9 additions and 15246 deletions
+10
View File
@@ -0,0 +1,10 @@
{layout name="layout"}
<section class="error-page">
<div class="error-box">
<div class="error-body text-center">
<h1>403</h1>
<h4>抱歉,你无权访问该页面</h4>
<a href="{:url('index/index')}" class="btn btn-primary ">返回首页</a>
</div>
</div>
</section>