generated from root/miduo_server
13 lines
263 B
Go
13 lines
263 B
Go
|
|
<!DOCTYPE html>
|
|||
|
|
<html>
|
|||
|
|
<head>
|
|||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|||
|
|
<title>提示页面</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<script>
|
|||
|
|
alert("您没有对应的权限~!~");
|
|||
|
|
window.top.location.href = "../login";
|
|||
|
|
</script>
|
|||
|
|
</body>
|
|||
|
|
</html>
|