trans_no_auth.html 263 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>提示页面</title>
  6. </head>
  7. <body>
  8. <script>
  9. alert("您没有对应的权限~!~");
  10. window.top.location.href = "../login";
  11. </script>
  12. </body>
  13. </html>