You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
549 B
10 lines
549 B
<!-- 全局js -->
|
|
<script src="${ctx}/static/js/jquery.min.js?v=2.1.4"></script>
|
|
<script src="${ctx}/static/js/bootstrap.min.js?v=3.3.7"></script>
|
|
|
|
<!-- Bootstrap table -->
|
|
<script src="${ctx}/static/js/plugins/bootstrap-table/bootstrap-table.min.js"></script>
|
|
<script src="${ctx}/static/js/plugins/bootstrap-table/bootstrap-table-mobile.min.js"></script>
|
|
<script src="${ctx}/static/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>
|
|
<script src="${ctx}/static/js/plugins/sweetalert/sweetalert.min.js"></script>
|
|
<!-- Peity --> |