有个小Bug issues/I3854N

pull/2310/head
zhangdaiscott 2021-02-21 09:40:03 +08:00
parent 766c48bdbf
commit 90758f3b2a
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ export const JeecgThirdLoginMixin = {
this.bindingPhoneModal = false this.bindingPhoneModal = false
this.doThirdLogin(res.result) this.doThirdLogin(res.result)
} else { } else {
this.$message.$warning(res.message) this.$message.warning(res.message)
} }
}) })
}, },