guoyuji
2023-07-19 a64a6640e3f5175e4633a0bd595ba6f700b7764f
修改说明和bdg文件
2个文件已修改
4 ■■■■ 已修改文件
gmms/WebContent/login/bdg.jsp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/login/shuoming.jsp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/login/bdg.jsp
@@ -68,7 +68,7 @@
                   
          }
          else{
             out.print("<script type='text/javascript'>alert('请先登录后操作');document.location.href='index.jsp';</script>");
             out.print("<script type='text/javascript'>alert('请先登录后操作');window.parent.location.href='index.jsp';</script>");
         }  
         
    }
gmms/WebContent/login/shuoming.jsp
@@ -54,7 +54,7 @@
         if("cn".equals(cn)){
             out.print("<script type='text/javascript'>alert('请先登录后操作!');top.window.location.href='index.jsp';</script>");
         }else if("en".equals(cn)){
             out.print("<script type='text/javascript'>alert('Please login before operation');document.location.href='index.jsp';</script>");
             out.print("<script type='text/javascript'>alert('Please login before operation');top.window.location.href='index.jsp';</script>");
         } 
        
     }