@@ -312,7 +312,7 @@
// 获取校验码
getCheckCode () {
this.isShowLoading = true
- this.$http.get(`/appeal/check/mobile`, {params: {mobile: this.account.mobile}})
+ this.$http.get(`/appeal/check/mobile`, {params: {mobile: this.account.mobile, _operate: 'account'}})
.then(response => {
this.isShowLoading = false
if (response.data.success) {