From 3ea048fbced1285c004c2ec60684a9bcc55962b7 Mon Sep 17 00:00:00 2001 From: yangxin <2509699647@qq.com> Date: Thu, 27 Mar 2025 15:26:46 +0800 Subject: [PATCH] 最新修改 --- admin-web-master/src/api/cereBusinessInfo.js | 9 +++++++++ admin-web-master/src/assets/images/msg.png | Bin 0 -> 262 bytes admin-web-master/src/layout/index.vue | 21 ++++++++++++++------- admin-web-master/src/utils/request.js | 4 ++-- admin-web-master/src/utils/request2.js | 2 +- admin-web-master/src/views/rent/InvestmentAnalysis/index.vue | 531 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ admin-web-master/src/views/scheme/statistics.vue | 499 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lvdao-miniapp/pages.json | 2 +- lvdao-miniapp/pages/participation/participation.vue | 10 +++++----- 9 files changed, 1062 insertions(+), 16 deletions(-) create mode 100644 admin-web-master/src/assets/images/msg.png create mode 100644 admin-web-master/src/views/rent/InvestmentAnalysis/index.vue create mode 100644 admin-web-master/src/views/scheme/statistics.vue diff --git a/admin-web-master/src/api/cereBusinessInfo.js b/admin-web-master/src/api/cereBusinessInfo.js index fe4913e..5024f11 100644 --- a/admin-web-master/src/api/cereBusinessInfo.js +++ b/admin-web-master/src/api/cereBusinessInfo.js @@ -43,3 +43,12 @@ export function close(data) { }) } +// 招商统计分析 +export function getInvestmentStatistics(data) { + return request({ + url: '/attractInvestmentStatisticsController/getInvestmentStatistics', + method: 'post', + data + }) +} + diff --git a/admin-web-master/src/assets/images/msg.png b/admin-web-master/src/assets/images/msg.png new file mode 100644 index 0000000..2b8f0f2 Binary files /dev/null and b/admin-web-master/src/assets/images/msg.png differ diff --git a/admin-web-master/src/layout/index.vue b/admin-web-master/src/layout/index.vue index 8e37620..bc6f159 100644 --- a/admin-web-master/src/layout/index.vue +++ b/admin-web-master/src/layout/index.vue @@ -10,8 +10,8 @@
+