|
@@ -4,6 +4,7 @@
|
|
|
<head>
|
|
|
<title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
|
|
|
<template th:replace="components/headLink"></template>
|
|
|
+ <link th:href="@{/css/maintenance/index.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
</head>
|
|
|
<body>
|
|
|
<!-- 引用头部 -->
|
|
@@ -26,5 +27,6 @@
|
|
|
<!-- 引入底部 -->
|
|
|
<template th:replace="components/footer"></template>
|
|
|
<template th:replace="components/footLink"></template>
|
|
|
+<script charset="utf-8" type="text/javascript" th:src="@{/js/maintenance/index.js(v=${version})}"></script>
|
|
|
</body>
|
|
|
</html>
|