- <header id="globalHead" xmlns:th="http://www.w3.org/1999/xhtml">
- <div class="baseHeadCenter account">
- <div class="wrap clear">
- <a href="/index.html" class="h5Only mClassBtn mIcon" title="主页"></a>
- <a href="/" class="logo">
- <img class="pcOnly" src="/img/base/logo.png" alt="采美 生美/医美采购服务平台"/>
- <img class="h5Only" src="/img/base/logo_m.png" alt="采美 生美/医美采购服务平台"/>
- </a>
- <a href="javascript:void(0);" title="关闭" class="h5Only closeAccount" onclick="toBeforePath()"></a>
- <p class="accountLogin">已有账号?请直接<a href="/login.html" rel="nofollow">登录</a></p>
- </div>
- </div>
- <input type="hidden" th:value="${spiServer}" id="spiServer"><input type="hidden" th:value="${coreServer}" id="coreServer">
- <input type="hidden" th:value="${agent}" id="userAgent">
- </header>
|