|
@@ -26,7 +26,7 @@ |
|
|
<span |
|
|
<span |
|
|
class="password pointer" |
|
|
class="password pointer" |
|
|
style="margin-right: 10px" |
|
|
style="margin-right: 10px" |
|
|
@click="router.push({ name: 'login', params: { type: 4 } })" |
|
|
|
|
|
|
|
|
@click.stop="resetPassWord" |
|
|
>{{ $t("account.reSetPwd") }}</span |
|
|
>{{ $t("account.reSetPwd") }}</span |
|
|
> |
|
|
> |
|
|
</div> |
|
|
</div> |
|
@@ -231,6 +231,10 @@ const userNameinput = ref(null); //用户名输入框绑定 |
|
|
const dialogAvatarUrl = ref(null); //图片回显地址 |
|
|
const dialogAvatarUrl = ref(null); //图片回显地址 |
|
|
const dialogAvatarData = ref(null); //图片上传数据 |
|
|
const dialogAvatarData = ref(null); //图片上传数据 |
|
|
const infoDialogLoad = ref(false); //load效果 |
|
|
const infoDialogLoad = ref(false); //load效果 |
|
|
|
|
|
// 去重置密码 |
|
|
|
|
|
function resetPassWord() { |
|
|
|
|
|
router.push({ name: "login", params: { type: 4 } }); |
|
|
|
|
|
} |
|
|
// 选择图片 |
|
|
// 选择图片 |
|
|
async function chooseImg(e) { |
|
|
async function chooseImg(e) { |
|
|
if (e.target.files[0]) { |
|
|
if (e.target.files[0]) { |
|
@@ -518,18 +522,23 @@ function routerTo(url) { |
|
|
position: relative; |
|
|
position: relative; |
|
|
height: 200px; |
|
|
height: 200px; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
|
|
|
&:hover { |
|
|
|
|
|
.mask { |
|
|
|
|
|
display: block; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
.mask { |
|
|
.mask { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 0; |
|
|
top: 0; |
|
|
left: 0; |
|
|
left: 0; |
|
|
|
|
|
display: none; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
line-height: 780px; |
|
|
line-height: 780px; |
|
|
font-size: 120px; |
|
|
font-size: 120px; |
|
|
font-weight: 900; |
|
|
font-weight: 900; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
background-color: rgba(0, 0, 0, 0.5); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.3); |
|
|
z-index: 9; |
|
|
z-index: 9; |
|
|
.title { |
|
|
.title { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|