| 1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html xmlns:th="http://www.thymeleaf.org"
- xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
- <head>
- <title></title>
- </head>
- <body>
-
- <!-- 头部 -->
- <div class="head" th:fragment="headerLogin">
- <div class="w1300 container clearfix">
- <div class="logo fl">
- <!-- <img th:src="@{*{fileUrl}+*{logo.fileDown.file_url}}" th:alt="*{logo.fileDown.file_name}">-->
- <img th:src="@{/img/logoPng.png}" alt="" style="background-color: #488DFB">
- <span>苏州高新区企业服务云平台</span>
- </div>
- <!--<div class="name fl hidden-xs">-->
- <!--<a th:href="${logo.link}" th:if="${logo.link}">[[${logo.name}]]</a>-->
- <!--<span th:unless="${logo.link}">[[${logo.name}]]</span>-->
- <!--</div>-->
- </div>
- </div>
- </body>
- </html>
|