From 479abff1026bec110c77db44f956f2d8fb0ad2c5 Mon Sep 17 00:00:00 2001 From: youngS Date: Fri, 5 Nov 2021 16:47:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E9=A1=B5=E9=9D=A2=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=B8=BE=E6=8A=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_client/public/short.html | 1 + fir_client/src/components/FirDownload.vue | 222 ++++++++++- fir_client/src/components/FirLogin.vue | 34 +- fir_client/src/components/FirRegist.vue | 34 +- fir_client/src/components/FirResetPwd.vue | 32 +- fir_client/src/components/ShortDownload.vue | 370 +++++++++++++++++- .../user/FirUserProfileCertification.vue | 41 +- .../components/user/FirUserProfileInfo.vue | 35 +- fir_client/src/main.short.js | 26 +- fir_client/src/restful/download.js | 177 +++++++-- fir_client/src/restful/index.js | 15 + fir_client/src/utils/index.js | 4 +- fir_client/vue.config.js | 4 +- fir_ser/admin/views/login.py | 2 +- fir_ser/api/models.py | 21 + fir_ser/api/urls.py | 2 + fir_ser/api/utils/TokenManager.py | 4 +- fir_ser/api/utils/serializer.py | 6 + fir_ser/api/utils/utils.py | 6 +- fir_ser/api/views/login.py | 71 +++- fir_ser/api/views/report.py | 76 ++++ fir_ser/config.py | 20 +- fir_ser/fir_ser/settings.py | 2 +- 23 files changed, 1048 insertions(+), 157 deletions(-) create mode 100644 fir_ser/api/views/report.py diff --git a/fir_client/public/short.html b/fir_client/public/short.html index e821c9f..ea56bd5 100644 --- a/fir_client/public/short.html +++ b/fir_client/public/short.html @@ -5,6 +5,7 @@ + 应用下载 diff --git a/fir_client/src/components/FirDownload.vue b/fir_client/src/components/FirDownload.vue index 39cb90a..5f51c1f 100644 --- a/fir_client/src/components/FirDownload.vue +++ b/fir_client/src/components/FirDownload.vue @@ -2,6 +2,74 @@ + + < 返回下载页 + 举报详情 + + + + 举报原因 + + + + + + + 详细原因 + + + + + + 举报人信息填写 + + 真实姓名 + + + + 联系信息 + + + + + + + + + + + + + + + + + + + + + 获取验证码 + + + + + +
+
+ 立即举报 + +
+
@@ -19,7 +87,7 @@
- +
@@ -220,7 +288,9 @@
@@ -239,7 +309,7 @@
- + {{this.currentappinfo.name | formatName}}
@@ -274,12 +344,37 @@