Browse Source

数据库

gesofts 6 years ago
parent
commit
4a94768ba4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/webapp/jsp/common/commonStyle.jsp

+ 2 - 1
src/main/webapp/jsp/common/commonStyle.jsp

@@ -1,6 +1,7 @@
 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
 <!-- basic styles -->
 <!-- basic styles -->
-<link href="../assets/css/bootstrap.min.css" rel="stylesheet" />
+<link href="<c:url test='/assets/css/bootstrap.min.css'/>" rel="stylesheet" />
 <link rel="stylesheet" href="../assets/css/font-awesome.min.css" />
 <link rel="stylesheet" href="../assets/css/font-awesome.min.css" />
 
 
 <!--[if IE 7]>
 <!--[if IE 7]>