From 37df9f4a5d8adc8dd661701b4c84c90147456972 Mon Sep 17 00:00:00 2001 From: youngS Date: Tue, 17 Aug 2021 18:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=9F=AD=E4=BF=A1=E6=89=BE?= =?UTF-8?q?=E5=9B=9E=E5=AF=86=E7=A0=81=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_admin/.env.development | 2 +- fir_client/src/components/FirResetPwd.vue | 46 ++++++++++++----------- fir_ser/api/utils/sendmsg/aliyunApi.py | 12 ++---- fir_ser/api/utils/sendmsg/emailApi.py | 14 +++---- fir_ser/api/utils/sendmsg/jiguangApi.py | 12 ++---- fir_ser/api/utils/sendmsg/sendmsg.py | 20 +++------- fir_ser/api/utils/utils.py | 14 +++---- fir_ser/api/views/login.py | 37 ++++++++++++------ fir_ser/config.py | 27 +++++++------ 9 files changed, 90 insertions(+), 94 deletions(-) diff --git a/fir_admin/.env.development b/fir_admin/.env.development index 49fccab..6224641 100644 --- a/fir_admin/.env.development +++ b/fir_admin/.env.development @@ -2,4 +2,4 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'https://app.hehelucky.cn/api/v3/fir/server' +VUE_APP_BASE_API = 'https://flyapps.cn/api/v3/fir/server' diff --git a/fir_client/src/components/FirResetPwd.vue b/fir_client/src/components/FirResetPwd.vue index 5614010..7b1a585 100644 --- a/fir_client/src/components/FirResetPwd.vue +++ b/fir_client/src/components/FirResetPwd.vue @@ -14,7 +14,7 @@ - @@ -59,6 +59,7 @@