|
@@ -58,7 +58,7 @@
|
|
|
// 第一步验证邮箱
|
|
// 第一步验证邮箱
|
|
|
firstStepValidEmail () {
|
|
firstStepValidEmail () {
|
|
|
this.isShowLoading = true
|
|
this.isShowLoading = true
|
|
|
- this.$http.get(`/update/user/check/email`, {params: {email: this.info, operate: 'question'}})
|
|
|
|
|
|
|
+ this.$http.get(`/update/user/check/email`, {params: {email: this.info, operate: 'question', url: window.location.href}})
|
|
|
.then(response => {
|
|
.then(response => {
|
|
|
this.isShowLoading = false
|
|
this.isShowLoading = false
|
|
|
if (response.data.success) {
|
|
if (response.data.success) {
|