Commit 91897697 authored by xingyue400's avatar xingyue400
Browse files

更新 error.html

parent d60a2995
<!--#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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment