4.25-团队项目-每日任务-框架搭建

1、目标完成部分整体框架的前端搭建

2、完成情况

遇到项目部分配置不相容问题,正在解决。。。

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
</div>
</div>
</div>
<footer>
<div class="pull-right">
Gentelella -Admin Template by <a href="https://colorlib.com">Colorlib</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</div>
<script src="${pageContext.request.contextPath}/statics/js/jquery.min.js"></script>
<script src="${pageContext.request.contextPath}/statics/js/bootstrap.min.js"></script>
<script src="${pageContext.request.contextPath}/statics/js/fastclick.js"></script>
<script src="${pageContext.request.contextPath}/statics/js/nprogress.js"></script>
<script src="${pageContext.request.contextPath}/statics/js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="${pageContext.request.contextPath}/statics/js/custom.min.js"></script>
<c:if test="${not empty param.needSwitch}">
<script src="${pageContext.request.contextPath}/statics/plugins/switch/bootstrap-switch.min.js"></script>
</c:if>
<c:if test="${not empty param.needCropper}">
<script src="${pageContext.request.contextPath}/statics/plugins/cropper/cropper.js"></script>
</c:if>
<c:if test="${not empty param.needAlert}">
<script src="${pageContext.request.contextPath}/statics/plugins/sweetalert2.js"></script>
</c:if>
<c:if test="${not empty param.needTable}">
<script src="${pageContext.request.contextPath}/statics/plugins/table/bootstrap-table.js"></script>
<script src="${pageContext.request.contextPath}/statics/plugins/table/bootstrap-table-zh-CN.min.js"></script>
</c:if>
</body>
</html>

3、明天任务

继续解决项目的相关配置不相容问题

posted @ 2021-04-25 21:25  往心。  阅读(49)  评论(0编辑  收藏  举报