sk_gm_server/template/error/trans_no_auth.html

13 lines
263 B
Go
Raw Normal View History

2023-03-20 13:38:28 +08:00
<!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>