|
@@ -52,7 +52,7 @@
|
|
|
// 发送邮件
|
|
// 发送邮件
|
|
|
sureAccount () {
|
|
sureAccount () {
|
|
|
this.$indicator.open('发送过程中...')
|
|
this.$indicator.open('发送过程中...')
|
|
|
- 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.$indicator.close()
|
|
this.$indicator.close()
|
|
|
if (response.data.success) {
|
|
if (response.data.success) {
|