|
|
@@ -4,7 +4,7 @@
|
|
|
<head th:replace="common::header(~{::title},~{::link})">
|
|
|
<title>活动圈</title>
|
|
|
<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
|
|
|
- <link th:href="${portalHost + '/activity/activityIndex.css'}" rel="stylesheet">
|
|
|
+ <link th:href="${portalHost + '/activity/activityList.css'}" rel="stylesheet">
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
@@ -65,7 +65,7 @@
|
|
|
</footer>
|
|
|
<div th:replace="common::footer(~{::script})">
|
|
|
<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
|
|
|
- <script type="text/javascript" th:src="${portalHost + '/activity/activityIndex.js'}"></script>
|
|
|
+ <script type="text/javascript" th:src="${portalHost + '/activity/activityList.js'}"></script>
|
|
|
</div>
|
|
|
</body>
|
|
|
|