From e1a34c1fa85aa50856f8e6882f3d58ea00346b62 Mon Sep 17 00:00:00 2001 From: youngS Date: Fri, 23 Apr 2021 16:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../user/FirUserProfileCertification.vue | 41 +++++++++---------- .../components/user/FirUserProfileInfo.vue | 18 ++++---- .../api/migrations/0045_auto_20210423_1645.py | 23 +++++++++++ .../api/migrations/0046_auto_20210423_1650.py | 18 ++++++++ fir_ser/api/models.py | 6 +-- fir_ser/api/views/login.py | 41 +++++++++---------- fir_ser/fir_ser/settings.py | 8 ++-- 7 files changed, 96 insertions(+), 59 deletions(-) create mode 100644 fir_ser/api/migrations/0045_auto_20210423_1645.py create mode 100644 fir_ser/api/migrations/0046_auto_20210423_1650.py diff --git a/fir_client/src/components/user/FirUserProfileCertification.vue b/fir_client/src/components/user/FirUserProfileCertification.vue index c111963..61a6ab2 100644 --- a/fir_client/src/components/user/FirUserProfileCertification.vue +++ b/fir_client/src/components/user/FirUserProfileCertification.vue @@ -1,5 +1,5 @@