|
|
|
@ -3,11 +3,11 @@
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<title>会员中心-修改密码</title>
|
|
|
|
|
<link rel="stylesheet" th:href="${setting.domain + 'css/reset.css'}" />
|
|
|
|
|
<link rel="stylesheet" th:href="${setting.domain + 'css/iconfont.css'}" />
|
|
|
|
|
<link rel="stylesheet" th:href="${setting.domain + 'css/member/account.css'}" />
|
|
|
|
|
<link rel="stylesheet" th:href="${setting.domain + 'css/member/memberMain.css'}" />
|
|
|
|
|
<link type="favicon" rel="shortcut icon" th:href="${setting.domain + 'images/favicon.png'}" />
|
|
|
|
|
<link rel="stylesheet" th:href="${domainName + 'css/reset.css'}" />
|
|
|
|
|
<link rel="stylesheet" th:href="${domainName + 'css/iconfont.css'}" />
|
|
|
|
|
<link rel="stylesheet" th:href="${domainName + 'css/member/account.css'}" />
|
|
|
|
|
<link rel="stylesheet" th:href="${domainName + 'css/member/memberMain.css'}" />
|
|
|
|
|
<link type="favicon" rel="shortcut icon" th:href="${domainName + 'images/favicon.png'}" />
|
|
|
|
|
<!-- 引入样式 -->
|
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/element-ui@2.4.2/lib/theme-chalk/index.css">
|
|
|
|
|
</head>
|
|
|
|
@ -16,20 +16,20 @@
|
|
|
|
|
<div class="head" th:fragment="memberHeader">
|
|
|
|
|
<div class="head-bar public">
|
|
|
|
|
<div class="logo">
|
|
|
|
|
<a target="_blank" th:href="${setting.domain}">
|
|
|
|
|
<img th:src="${setting.domain + 'images/logo_731bc32.png'}">
|
|
|
|
|
<a target="_blank" th:href="${domainName}">
|
|
|
|
|
<img th:src="${domainName + 'images/logo_731bc32.png'}">
|
|
|
|
|
</a>
|
|
|
|
|
<p><span>考试中心</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
<ul class="nav">
|
|
|
|
|
<li><a th:href="${setting.domain + 'member/index.html'}">首页</a></li>
|
|
|
|
|
<li><a th:href="${setting.domain + 'member/paper.html'}">试卷</a></li>
|
|
|
|
|
<li class="active"><a th:href="${setting.domain + 'member/account.html'}">帐号</a></li>
|
|
|
|
|
<li><a th:href="${domainName + 'member/index.html'}">首页</a></li>
|
|
|
|
|
<li><a th:href="${domainName + 'member/paper.html'}">试卷</a></li>
|
|
|
|
|
<li class="active"><a th:href="${domainName + 'member/account.html'}">帐号</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="mguser">
|
|
|
|
|
<div class="mguser-box">
|
|
|
|
|
<span th:text="${session.currMember.username}">tamguo</span>
|
|
|
|
|
<a th:href="${setting.domain + 'logout.html'}">退出</a>
|
|
|
|
|
<a th:href="${domainName + 'logout.html'}">退出</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -58,23 +58,23 @@
|
|
|
|
|
<div class="navLeft">
|
|
|
|
|
<dl>
|
|
|
|
|
<dt class="down">
|
|
|
|
|
<img th:src="${setting.domain + 'images/member/index/person.png'}" style="width: 14px;
|
|
|
|
|
<img th:src="${domainName + 'images/member/index/person.png'}" style="width: 14px;
|
|
|
|
|
margin-right: 6px;margin-top: -5px;"> 个人信息 <i class="fa fa-minus icon-w"></i>
|
|
|
|
|
</dt>
|
|
|
|
|
<div class="list">
|
|
|
|
|
<a th:href="${setting.domain + 'member/account.html'}"><dd><i></i>基本信息</dd></a>
|
|
|
|
|
<a th:href="${domainName + 'member/account.html'}"><dd><i></i>基本信息</dd></a>
|
|
|
|
|
<!-- <dd>绑定账号</dd> -->
|
|
|
|
|
<a th:href="${setting.domain + 'member/password.html'}"><dd class="activeDd"><i></i>修改密码</dd></a>
|
|
|
|
|
<a th:href="${domainName + 'member/password.html'}"><dd class="activeDd"><i></i>修改密码</dd></a>
|
|
|
|
|
</div>
|
|
|
|
|
<dt class="down">
|
|
|
|
|
<img th:src="${setting.domain + 'images/member/index/compnew.png'}" style="width: 14px;
|
|
|
|
|
<img th:src="${domainName + 'images/member/index/compnew.png'}" style="width: 14px;
|
|
|
|
|
margin-right: 6px;margin-top: -5px;"> 公司信息 <i class="fa fa-minus icon-w"></i>
|
|
|
|
|
</dt>
|
|
|
|
|
<div class="list">
|
|
|
|
|
<a href="/b/entInfo"><dd><i></i>基本信息</dd></a>
|
|
|
|
|
</div>
|
|
|
|
|
<dt class="down">
|
|
|
|
|
<img th:src="${setting.domain + 'images/member/account/cog.png'}" style="width: 14px;margin-right: 6px;"> 账户信息 <i class="fa fa-minus icon-w"></i>
|
|
|
|
|
<img th:src="${domainName + 'images/member/account/cog.png'}" style="width: 14px;margin-right: 6px;"> 账户信息 <i class="fa fa-minus icon-w"></i>
|
|
|
|
|
</dt>
|
|
|
|
|
<div class="list">
|
|
|
|
|
<a href="/b/order">
|
|
|
|
@ -125,11 +125,11 @@
|
|
|
|
|
<div th:replace="include/memberFooter :: memberFooter"></div>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" th:inline="javascript">
|
|
|
|
|
var mainHttp = [[${setting.domain}]];
|
|
|
|
|
var mainHttp = [[${domainName}]];
|
|
|
|
|
</script>
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.16"></script>
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/element-ui@2.4.2/lib/index.js"></script>
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/axios@0.18.0/dist/axios.min.js"></script>
|
|
|
|
|
<script th:src="${setting.domain + 'js/member/updatePwd.js'}"></script>
|
|
|
|
|
<script th:src="${domainName + 'js/member/updatePwd.js'}"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|