Просмотр исходного кода

信息平台添加美业资料链接

喻文俊 3 лет назад
Родитель
Сommit
e8d18c8393

+ 1 - 0
src/main/resources/templates/article/components/article-header.html

@@ -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>
         </div>
         <!--搜索-->