@@ -12,6 +12,7 @@
<div>
<a class="home" href="/" target="_blank">商城</a>
<a th:each="type: *{articleType}" th:text="${type.name}" th:href="'/info/center-'+${type.id}+'-1.html'" th:class="${typeId==type.id}?'typeBtn current':'typeBtn'" th:typeId="${type.id}"></a>
+ <a class="typeBtn" href="/document/beauty-archive.html" target="_blank">美业资料</a>
</div>
<!--搜索-->