<!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>