|
|
@@ -3,6 +3,7 @@
|
|
|
xmlns:th="http://www.thymeleaf.org">
|
|
|
<head th:replace="common::header(~{::title},~{::link})">
|
|
|
<title>高企信息汇总页</title>
|
|
|
+ <link th:href="${staticHost+'/dll/dll.css'}" rel="stylesheet">
|
|
|
<link th:href="${staticHost+'/admin/servicesManage/highTechInfo.css'}" rel="stylesheet">
|
|
|
</head>
|
|
|
<body>
|
|
|
@@ -10,6 +11,7 @@
|
|
|
|
|
|
<div th:replace="common::footer(~{::script})">
|
|
|
<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
|
|
|
+ <script type="text/javascript" th:src="${staticHost+'/dll/dll.js'}"></script>
|
|
|
<script type="text/javascript" th:src="${staticHost+'/admin/servicesManage/highTechInfo.js'}"></script>
|
|
|
</div>
|
|
|
</body>
|