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() { sendSmsCode() {
this.$message.closeAll()
if (!this.loginForm.mobile) { if (!this.loginForm.mobile) {
this.$message.warning('请先输入手机号') this.$message.warning('请先输入手机号')
return return
@ -398,7 +399,7 @@ export default {
background: #f5f7fa; background: #f5f7fa;
overflow: hidden; overflow: hidden;
border-radius: 10px; 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);
} }
// //