forked from caizhisheng/angular-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path403.html
35 lines (31 loc) · 1.12 KB
/
403.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>访问受限</title>
<link rel="stylesheet" type="text/css" href="/build/assets/js/bracket/css/style.default.css">
<link href="/build/assets/images/favicon.ico" rel="icon" type="image/x-icon" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body class="notfound">
<section>
<div class="notfoundpanel">
<h1>403!</h1>
<h3>该系统无权限访问,请联系管理员或<a href="javascript:void(0);" onclick="chageUser()"> 更换账号重新登录</a></h3>
<h4>联系方式: 13661652327</h4>
</div><!-- notfoundpanel -->
</section>
</body>
<script type="text/javascript">
function chageUser() {
location.href = location.origin+"/wd_sso_logout?action=exit&url="+location.origin+"";
}
</script>
</html>