From 156430fba8f371ac42148b7ea2956ccec54fa712 Mon Sep 17 00:00:00 2001 From: Kane Date: Thu, 30 Mar 2023 17:35:57 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=85=89=E8=8D=A3?= =?UTF-8?q?=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/HonorListComponent.vue | 38 +++++++++++++++++-- .../web/task_schedule/src/utils/api/config.ts | 4 +- .../src/views/DesktopArchievement.vue | 2 + 3 files changed, 39 insertions(+), 5 deletions(-) diff --git a/code/web/task_schedule/src/components/HonorListComponent.vue b/code/web/task_schedule/src/components/HonorListComponent.vue index 17915bd..4644f31 100644 --- a/code/web/task_schedule/src/components/HonorListComponent.vue +++ b/code/web/task_schedule/src/components/HonorListComponent.vue @@ -19,6 +19,12 @@ > 领跑奖 +
+ {{ gainer }} +
+
+ {{ gainer }} +
- @@ -109,6 +128,19 @@ export default { height: 100%; } + span { + display: block; + + text-align: center; + color: #fff; + + font: { + size: 2rem; + family: "FZ-ZHUOHEI"; + weight: 100; + } + } + .banner-wrapper { display: flex; justify-content: center; diff --git a/code/web/task_schedule/src/utils/api/config.ts b/code/web/task_schedule/src/utils/api/config.ts index 33b0649..834bd4c 100644 --- a/code/web/task_schedule/src/utils/api/config.ts +++ b/code/web/task_schedule/src/utils/api/config.ts @@ -9,8 +9,8 @@ */ export const API_URL = { // URL_LOGIN: import.meta.env.VITE_URL_LOGIN, - URL_LOGIN: "http://222.76.244.118:11001/admin-system/account/p13_account_check", + URL_LOGIN: "http://222.76.244.118:11101/admin-system/account/p13_account_check", // URL_DEPARTMENT_ARCHIEVEMENT: import.meta.env.VITE_URL_DEPARTMENT_ARCHIEVEMENT, - URL_DEPARTMENT_ARCHIEVEMENT: "http://222.76.244.118:11001/desktop_archievement_backend/archievement/query_department_archievement.do", + URL_DEPARTMENT_ARCHIEVEMENT: "http://222.76.244.118:11101/desktop_archievement_backend/archievement/query_department_archievement.do", }; diff --git a/code/web/task_schedule/src/views/DesktopArchievement.vue b/code/web/task_schedule/src/views/DesktopArchievement.vue index 6fd8b81..01e7c96 100644 --- a/code/web/task_schedule/src/views/DesktopArchievement.vue +++ b/code/web/task_schedule/src/views/DesktopArchievement.vue @@ -112,6 +112,8 @@ export default { ui.totalArchievement = data.total_archievement; ui.attaching_rate = data.attaching_rate; ui.insurance_renewal_rate = data.insurance_renewal_rate; + ui.leading_reward_gainers = data.leading_reward_gainers; + ui.advance_reward_gainers = data.advance_reward_gainers; // 更新UI ui.showUI = false; From fdc198ed3d807bea3c0d9a4910367813652d4b78 Mon Sep 17 00:00:00 2001 From: Kane Date: Thu, 30 Mar 2023 17:53:38 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6?= =?UTF-8?q?=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/task_schedule/src/components/HonorListComponent.vue | 6 +++--- code/web/task_schedule/src/views/DesktopArchievement.vue | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/code/web/task_schedule/src/components/HonorListComponent.vue b/code/web/task_schedule/src/components/HonorListComponent.vue index 4644f31..c0324e8 100644 --- a/code/web/task_schedule/src/components/HonorListComponent.vue +++ b/code/web/task_schedule/src/components/HonorListComponent.vue @@ -45,7 +45,7 @@ -