|
|
@@ -2,15 +2,15 @@
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
|
xmlns:th="http://www.thymeleaf.org">
|
|
|
<head th:replace="common::header(~{::title},~{::link})">
|
|
|
- <title>营销管理</title>
|
|
|
- <link th:href="${staticHost+'/admin/marketing.css'}" rel="stylesheet">
|
|
|
+ <title>客户管理</title>
|
|
|
+ <link th:href="${staticHost+'/admin/customer.css'}" rel="stylesheet">
|
|
|
</head>
|
|
|
<body>
|
|
|
<div id="root"></div>
|
|
|
|
|
|
<div th:replace="common::footer(~{::script})">
|
|
|
<script type="text/javascript" th:src="${staticHost+'/vendors.js'}"></script>
|
|
|
- <script type="text/javascript" th:src="${staticHost+'/admin/marketing.js'}"></script>
|
|
|
+ <script type="text/javascript" th:src="${staticHost+'/admin/customer.js'}"></script>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|