fix : 디렉토리 경로 수정

main
이범준 2 years ago
parent 31663c0995
commit 3836e430fc

@ -5,7 +5,7 @@
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<link rel="stylesheet" type="text/css" href="<c:url value='/'/>resources/biz/layout/dashboard.css" />
<link rel="stylesheet" type="text/css" href="<c:url value='/'/>resources/biz/layout/css/dashboard.css" />
<script src="<c:url value='/'/>resources/3rd-party/sneat/libs/chartjs/chartjs.js"></script>

@ -9,7 +9,7 @@
<%@include file="/WEB-INF/jsp/framework/frameworkIncludeBase.jsp" %>
<link rel="stylesheet" type="text/css" href="${ctx}/resources/biz/layout/root.css" />
<link rel="stylesheet" type="text/css" href="${ctx}/resources/biz/layout/css/root.css" />
<link rel="stylesheet" type="text/css" href="${ctx}/resources/biz/common/css/bizMain.css" />
<!-- 메뉴 -->
<script src="${ctx}/resources/3rd-party/sneat/js/menu.js"></script>

Loading…
Cancel
Save