mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-20 20:47:41 +00:00
优化业务校验失败普通请求跳转页面
This commit is contained in:
20
ruoyi-admin/src/main/resources/templates/error/business.html
Normal file
20
ruoyi-admin/src/main/resources/templates/error/business.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>RuoYi - 403</title>
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet"/>
|
||||
<link href="/css/animate.css" rel="stylesheet"/>
|
||||
<link href="/css/style.css" rel="stylesheet"/>
|
||||
</head>
|
||||
<body class="gray-bg">
|
||||
<div class="middle-box text-center animated fadeInDown">
|
||||
<h3 class="font-bold">操作异常!</h3>
|
||||
|
||||
<div class="error-desc">
|
||||
[[${errorMessage}]]
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user