dev
wxy 2024-05-17 15:29:25 +08:00
parent 416c4b1a90
commit 2ce03c9983
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export default {
methods: {
sendCode() {
sendCode(this.loginForm.phone).then(res => {
this.$message.msg = res.data.msg
this.$message.success(res.msg)
})
},
showPwd() {