zou_ht лет назад: 8
Родитель
Сommit
4bf13de2de
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/main/webapp/WEB-INF/views/admin/marketing.html

+ 3 - 3
src/main/webapp/WEB-INF/views/admin/marketing.html

@@ -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>