trans.html 276 Bytes
<!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 = "admin/login";
	</script>
</body>
</html>