sk_gm_server/template/error/trans.html

13 lines
267 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>