From 212260b7c61115c360d7c736a5c859d66e9b6a03 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Mon, 14 Aug 2023 11:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=BB=A4=E9=9D=9E=E4=BD=93=E8=82=B2?= =?UTF-8?q?=E6=9D=BF=E5=9D=97=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/home.js | 4 ++-- src/views/TycView.vue | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/api/home.js b/src/api/home.js index 3640539..5c830ee 100644 --- a/src/api/home.js +++ b/src/api/home.js @@ -41,11 +41,11 @@ export function allInfoDatas(param) { }) } // 今日各场馆的趋势 -export function tdGroupRealTimeEnter(param) { +export function tdGroupRealTimeEnter(params) { return request({ url: '/pass.passcc/toDayGroupsEnterNum', method: 'get', - param, + params, }) } // 图书馆人流趋势 diff --git a/src/views/TycView.vue b/src/views/TycView.vue index d313dfd..0060ddb 100644 --- a/src/views/TycView.vue +++ b/src/views/TycView.vue @@ -73,7 +73,7 @@
各场馆服务人次趋势
-
+