<%@ page import="com.bcxin.ars.util.StringUtil" %> <%@ page language="java" pageEncoding="UTF-8" %> <%@ include file="/include/taglib.jsp" %> <% String path = request.getContextPath(); //获取单点用户 String remoteUser = request.getRemoteUser(); //判断单点用户是否为空,如果不为空则跳转到主页 if(StringUtil.isNotEmpty(remoteUser)){ response.sendRedirect(path+"/index.do"); } %> ${SYSTEMNAME } <%@ include file="/include/unNeedLoginHead.jsp" %>
提醒:请使用Chrome谷歌浏览器避免IE兼容性相关问题, 谷歌浏览器下载
许可备案申请
<%@ include file="/include/bottom.jsp" %>