From fc1963c8a9722528343f9f0d0489a94e14050423 Mon Sep 17 00:00:00 2001 From: MMXX Date: Wed, 16 Mar 2022 13:01:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_client/package.json | 2 +- fir_client/src/components/FirDownload.vue | 20 ++--- fir_client/src/components/FirLogin.vue | 15 ++-- fir_client/src/components/FirRegist.vue | 3 +- fir_client/src/components/FirResetPwd.vue | 3 +- fir_client/src/components/ShortDownload.vue | 20 ++--- .../src/components/user/FirUserOrders.vue | 15 +++- .../user/FirUserProfileCertification.vue | 3 +- .../components/user/FirUserProfileInfo.vue | 14 ++-- fir_client/src/restful/download.js | 44 ++-------- fir_client/src/restful/index.js | 15 ++-- fir_client/src/utils/base/utils.js | 65 +++++++++++++++ fir_client/src/utils/index.js | 62 ++++---------- fir_ser/api/views/login_wx.py | 42 ++++++++-- fir_ser/api/views/order.py | 14 +++- fir_ser/common/base/magic.py | 18 ----- fir_ser/common/cache/storage.py | 12 +++ fir_ser/common/utils/pending.py | 81 +++++++++++++++++++ fir_ser/config.py | 14 ++-- fir_ser/fir_ser/settings.py | 2 + fir_ser/xsign/views/receiveudids.py | 10 ++- 21 files changed, 296 insertions(+), 178 deletions(-) create mode 100644 fir_client/src/utils/base/utils.js create mode 100644 fir_ser/common/utils/pending.py diff --git a/fir_client/package.json b/fir_client/package.json index 975839b..ae3ac04 100644 --- a/fir_client/package.json +++ b/fir_client/package.json @@ -11,7 +11,7 @@ "dependencies": { "ali-oss": "^6.5.1", "app-info-parser": "^0.3.9", - "axios": "^0.19.0", + "axios": "^0.22.0", "core-js": "^3.4.4", "element-ui": "^2.13.0", "js-base64": "^2.5.2", diff --git a/fir_client/src/components/FirDownload.vue b/fir_client/src/components/FirDownload.vue index 41489ce..60a45ad 100644 --- a/fir_client/src/components/FirDownload.vue +++ b/fir_client/src/components/FirDownload.vue @@ -352,16 +352,8 @@ diff --git a/fir_client/src/components/user/FirUserProfileCertification.vue b/fir_client/src/components/user/FirUserProfileCertification.vue index 1aa948d..50e470a 100644 --- a/fir_client/src/components/user/FirUserProfileCertification.vue +++ b/fir_client/src/components/user/FirUserProfileCertification.vue @@ -222,7 +222,8 @@