This commit is contained in:
BianLzhaoMin 2025-09-10 16:41:28 +08:00
parent 148396860f
commit d2f3efaf7e
1 changed files with 2 additions and 1 deletions

View File

@ -270,6 +270,7 @@ export default {
},
//
sendSmsCode() {
this.$message.closeAll()
if (!this.loginForm.mobile) {
this.$message.warning('请先输入手机号')
return
@ -398,7 +399,7 @@ export default {
background: #f5f7fa;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(205, 43, 211, 0.658);
box-shadow: 0 0 10px 0 rgba(164, 51, 199, 0.658);
}
//