<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <%@ page import="com.weixin.util.Utility" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%-- <%@ include file="../WEB-INF/path.jsp" %> --%> <% String path = request.getContextPath(); String basePath = path+"/"; int errortype = 0 ; if(request.getParameter("errortype")!=null){ errortype = Integer.parseInt(request.getParameter("errortype")); } Object obj = request.getAttribute("uri"); if(obj!=null){ String reduri =obj.toString(); String reduripath = reduri+"?1=1"; if(errortype!=0){ reduripath = reduripath + "&errortype="+errortype; } %> <% } String uri = request.getRequestURI(); if(uri.indexOf('.')==-1){ uri = uri.concat("index.jsp"); } if(request.getParameter("exitsystem")!=null){ String reduri =request.getParameter("uri"); String reduripath = reduri+"?1=1"; if(errortype!=0){ reduripath = reduripath + "&errortype="+errortype; } %> <% } %> 管理系统-渠道登陆

用户登录

账号:

密码: