From f5cc9334c8360f4ecce1265b079ed70d3befe799 Mon Sep 17 00:00:00 2001 From: x ronger Date: Tue, 15 Sep 2020 21:21:42 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/login.vue b/pages/login.vue index da75223..0171641 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -146,7 +146,7 @@ let data = { email: email }; - _ts.$axios.$post('/api/console/get-forget-password-email', data).then(function (res) { + _ts.$axios.$get('/api/console/get-forget-password-email', data).then(function (res) { _ts.loading = false; _ts.forget = false; if (res) {