first commit
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
|
||||
<title>拒绝访问</title>
|
||||
<style>
|
||||
.ele-exception {
|
||||
margin: 15px 0;
|
||||
text-align: center;
|
||||
}
|
||||
.ele-exception .ele-exception-img {
|
||||
color: #c0c4cc;
|
||||
}
|
||||
|
||||
.ele-exception .ele-exception-content,
|
||||
.ele-exception .ele-exception-img {
|
||||
margin: 15px 30px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ele-exception .ele-exception-img img {
|
||||
width: 216px;
|
||||
height: auto;
|
||||
filter: none;
|
||||
}
|
||||
.ele-exception .ele-exception-content {
|
||||
text-align: left;
|
||||
}
|
||||
.ele-exception .ele-exception-content > h1 {
|
||||
font-size: 72px;
|
||||
font-weight: 600;
|
||||
margin: 0 0 20px 0;
|
||||
color: #606266;
|
||||
}
|
||||
.ele-exception .ele-exception-content > p {
|
||||
font-size: 20px;
|
||||
margin: 0 0 25px 0;
|
||||
color: #909399;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app" v-cloak>
|
||||
<div class="ele-exception">
|
||||
<div class="ele-exception-img"><img alt="" src="/assets/platform/img/403.svg" style="width: 216px; height: 250px" /></div>
|
||||
<div class="ele-exception-content">
|
||||
<h1>403</h1>
|
||||
<p>抱歉, 你无权访问该页面</p>
|
||||
<div>
|
||||
<a href="/" class="router-link-active">
|
||||
<button type="button" class="el-button el-button--primary el-button--medium">
|
||||
<span>返回首页</span>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,60 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
|
||||
<title>页面找不到</title>
|
||||
|
||||
<style>
|
||||
.ele-exception {
|
||||
margin: 15px 0;
|
||||
text-align: center;
|
||||
}
|
||||
.ele-exception .ele-exception-img {
|
||||
color: #c0c4cc;
|
||||
}
|
||||
|
||||
.ele-exception .ele-exception-content,
|
||||
.ele-exception .ele-exception-img {
|
||||
margin: 15px 30px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ele-exception .ele-exception-img img {
|
||||
width: 216px;
|
||||
height: auto;
|
||||
filter: none;
|
||||
}
|
||||
.ele-exception .ele-exception-content {
|
||||
text-align: left;
|
||||
}
|
||||
.ele-exception .ele-exception-content > h1 {
|
||||
font-size: 72px;
|
||||
font-weight: 600;
|
||||
margin: 0 0 20px 0;
|
||||
color: #606266;
|
||||
}
|
||||
.ele-exception .ele-exception-content > p {
|
||||
font-size: 20px;
|
||||
margin: 0 0 25px 0;
|
||||
color: #909399;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="ele-exception" style="margin: 145px 0px">
|
||||
<div class="ele-exception-img">
|
||||
<img alt="" src="/assets/platform/img/404.svg" style="width: 305px; height: 245px" />
|
||||
</div>
|
||||
<div class="ele-exception-content">
|
||||
<h1>404</h1>
|
||||
<p>抱歉, 你访问的页面不存在</p>
|
||||
<div>
|
||||
<a href="/" class="router-link-active">返回首页</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,63 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
|
||||
<title>服务器异常</title>
|
||||
<style>
|
||||
.ele-exception {
|
||||
margin: 15px 0;
|
||||
text-align: center;
|
||||
}
|
||||
.ele-exception .ele-exception-img {
|
||||
color: #c0c4cc;
|
||||
}
|
||||
|
||||
.ele-exception .ele-exception-content,
|
||||
.ele-exception .ele-exception-img {
|
||||
margin: 15px 30px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ele-exception .ele-exception-img img {
|
||||
width: 216px;
|
||||
height: auto;
|
||||
filter: none;
|
||||
}
|
||||
.ele-exception .ele-exception-content {
|
||||
text-align: left;
|
||||
}
|
||||
.ele-exception .ele-exception-content > h1 {
|
||||
font-size: 72px;
|
||||
font-weight: 600;
|
||||
margin: 0 0 20px 0;
|
||||
color: #606266;
|
||||
}
|
||||
.ele-exception .ele-exception-content > p {
|
||||
font-size: 20px;
|
||||
margin: 0 0 25px 0;
|
||||
color: #909399;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app" v-cloak>
|
||||
<div class="ele-exception">
|
||||
<div class="ele-exception-img"><img alt="" src="/assets/platform/img/500.svg" style="width: 216px; height: 250px" /></div>
|
||||
<div class="ele-exception-content">
|
||||
<h1>403</h1>
|
||||
<p>抱歉, 服务器出错了</p>
|
||||
<div>
|
||||
<a href="/" class="router-link-active">
|
||||
<button type="button" class="el-button el-button--primary el-button--medium">
|
||||
<span>返回首页</span>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,63 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
|
||||
<title>用户信息异常</title>
|
||||
<style>
|
||||
.ele-exception {
|
||||
margin: 15px 0;
|
||||
text-align: center;
|
||||
}
|
||||
.ele-exception .ele-exception-img {
|
||||
color: #c0c4cc;
|
||||
}
|
||||
|
||||
.ele-exception .ele-exception-content,
|
||||
.ele-exception .ele-exception-img {
|
||||
margin: 15px 30px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ele-exception .ele-exception-img img {
|
||||
width: 216px;
|
||||
height: auto;
|
||||
filter: none;
|
||||
}
|
||||
.ele-exception .ele-exception-content {
|
||||
text-align: left;
|
||||
}
|
||||
.ele-exception .ele-exception-content > h1 {
|
||||
font-size: 72px;
|
||||
font-weight: 600;
|
||||
margin: 0 0 20px 0;
|
||||
color: #606266;
|
||||
}
|
||||
.ele-exception .ele-exception-content > p {
|
||||
font-size: 20px;
|
||||
margin: 0 0 25px 0;
|
||||
color: #909399;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app" v-cloak>
|
||||
<div class="ele-exception">
|
||||
<div class="ele-exception-img"><img alt="" src="/assets/platform/img/404.svg" style="width: 216px; height: 250px" /></div>
|
||||
<div class="ele-exception-content">
|
||||
<h1>SORRY</h1>
|
||||
<p>抱歉, 系统中查询不到您的信息,请联系校工会更新最新人员信息</p>
|
||||
<div>
|
||||
<a href="/platform/login/logout" class="router-link-active">
|
||||
<!-- <button type="button" class="el-button el-button--primary el-button--medium">-->
|
||||
<span>退出登录</span>
|
||||
<!-- </button>-->
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user