更新展示形式,升级到2.4.5
This commit is contained in:
@@ -148,7 +148,7 @@ export const JeroThirdLoginMixin = {
|
||||
const hide = this.$message.loading('验证码发送中..', 0)
|
||||
let smsParams = {}
|
||||
smsParams.mobile = this.thirdPhone
|
||||
smsParams.smsmode = '1'
|
||||
smsParams.smsmode = '0'
|
||||
postAction('/sys/sms', smsParams).then(res => {
|
||||
if (!res.success) {
|
||||
setTimeout(hide, 0)
|
||||
|
||||
Reference in New Issue
Block a user