Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
91897697
Commit
91897697
authored
Apr 16, 2018
by
xingyue400
Browse files
更新 error.html
parent
d60a2995
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-core/src/main/resources/templates/error.html
View file @
91897697
<!--#layout("/common/container.html"){ -->
<h2>
ErrorCode:${status}
</h2>
<h5>
Message:${errorMessage}
</h5>
<h5>
RequestPath:${requestPath}
</h5>
<!--#layout("/common/container.html"){-->
<script>
layui
.
use
(
'
layer
'
,
function
()
{
parent
.
layer
.
open
({
content
:
'
${errorMessage}
'
,
btn
:
'
确定
'
});
<
i>
此错误信息来自 error.html文件,通过CustomErrorController.java统一处理
</i
>
})
<
/script
>
<!--#} -->
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment