123456789101112131415161718192021222324 |
- <!DOCTYPE html>
- <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://www.thymeleaf.org ">
- <head>
- <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
- <template th:replace="components/head-link"></template>
- <link th:href="@{/css/base/form.css(v=${version})}" rel="stylesheet" type="text/css">
- <link th:href="@{/css/account/upgrade.css(v=${version})}" rel="stylesheet" type="text/css">
- </head>
- <body>
- <!-- 引用头部 -->
- <template th:replace="components/header-account"></template>
- <!-- 升级机构 -->
- <div id="upgradePage">
- </div>
- <!-- 引入底部 -->
- <template th:replace="components/footer"></template>
- <template th:replace="components/foot-link"></template>
- <script charset="utf-8" type="text/javascript" th:src="@{/js/account/upgrade.js(v=${version})}"></script>
- </body>
- </html>
|