xinyb
2024-03-12 a724cc9cb339f5ec0a13d5fae58e3edecfd6ff4b
提交 | 用户 | age
a6a76f 1 <%@ page contentType="text/html;charset=utf-8"%>
4a551f 2 <!DOCTYPE html >
a6a76f 3 <html xmlns="http://www.w3.org/1999/xhtml">
F 4 <head>
5 <script>
6     <%
7     boolean isOpenGamePage = "true".equals(com.yc.entity.SystemConfig.getInstanse().get("isOpenGamePage"));
8     if(isOpenGamePage){
9     %>
10     location.href="game.html";
11 <%}else{%>
12         location.href="login.jsp";
13     <%}%>
14 </script>
15 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
16 <title>页面</title>
17 </head>
18 <body>
19
20 </body>
21 </html>