From 8ebb9c31acd2b043724e9a7d40eee8425a3f019e Mon Sep 17 00:00:00 2001 From: lnn19986213 <1667908750@qq.com> Date: Thu, 13 Jun 2024 13:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/sy.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/sy.vue b/src/view/sy.vue index df891a6..488548b 100644 --- a/src/view/sy.vue +++ b/src/view/sy.vue @@ -1244,7 +1244,7 @@ const getData = async () => { data.jtsyList[1].key1_value = res.data.transportation.electricbicycle.cyclingFrequency data.jtsyList[1].key2_value = res.data.transportation.electricbicycle.cyclingDduration data.jtsyList[4].key1_value = res.data.transportation.highSpeedRail.trainSchedule - console.log(data.jtsyList[4].key1_value) + data.jtsyList[4].key2_value = res.data.transportation.highSpeedRail.passengerFlow } }); };