增加basePath

This commit is contained in:
shuzheng 2016-11-24 18:05:59 +08:00
parent 0ba10eeea8
commit dd78fd64b9
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<c:set var="basePath" value="${pageContext.request.contextPath}"/>
<!DOCTYPE html>
<html>
<head>