From 887c3c06310a12f1b1fb2b35613d6f7bafd4634e Mon Sep 17 00:00:00 2001 From: x ronger Date: Tue, 15 Sep 2020 21:50:11 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E8=8E=B7=E5=8F=96=E6=89=BE=E5=9B=9E?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E9=82=AE=E4=BB=B6=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/login.vue b/pages/login.vue index 0171641..b2ed578 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -146,7 +146,9 @@ let data = { email: email }; - _ts.$axios.$get('/api/console/get-forget-password-email', data).then(function (res) { + _ts.$axios.$get('/api/console/get-forget-password-email', { + params: data + }).then(function (res) { _ts.loading = false; _ts.forget = false; if (res) {