|
|
@@ -75,8 +75,8 @@
|
|
|
this.$http.get('/sso/resetPwd/check/mobile', {params: {mobile: this.info, timestamp: new Date().getTime() + ''}})
|
|
|
.then(response => {
|
|
|
this.$indicator.close()
|
|
|
- if (response.data) {
|
|
|
- this.tokenCode = response.data.token
|
|
|
+ if (response.data.content) {
|
|
|
+ this.tokenCode = response.data.content.token
|
|
|
this.$toast({
|
|
|
message: '验证码已经发送到您的手机,请注意查收',
|
|
|
iconClass: 'el-icon-success'
|