Skip to content

Commit

Permalink
fix: 错误页面 layout 错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Waite0603 authored and AirboZH committed Sep 21, 2023
1 parent 635c583 commit 61557ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/error/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html
xmlns:th="https://www.thymeleaf.org"
th:replace="~{modules/layout :: html(title = ${error.status} + ': ' + ${#strings.defaultString(error.title, 'Internal server error')},
content = ~{::content}, layout = 'default' ,breadcrumb = ~{::breadcrumb})}"
content = ~{::content}, layout = 'error' ,breadcrumb = ~{::breadcrumb})}"
>
<th:block th:fragment="breadcrumb">
<span>
Expand Down

0 comments on commit 61557ba

Please sign in to comment.