From 38f68770318920eb172fec0b300ffef9304a00cf Mon Sep 17 00:00:00 2001 From: fyy <2717885210@qq.com> Date: Sat, 6 Sep 2025 10:55:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E8=BD=A6=E6=B5=81=E9=87=8F=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/dashboard/analytics/index.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/web-antd/src/views/dashboard/analytics/index.vue b/apps/web-antd/src/views/dashboard/analytics/index.vue index b6a90c09..ab1e5711 100644 --- a/apps/web-antd/src/views/dashboard/analytics/index.vue +++ b/apps/web-antd/src/views/dashboard/analytics/index.vue @@ -96,13 +96,11 @@ async function getCarCount() { return localTime.toISOString().slice(0, -1) + 'Z'; }; const response = await fetch( - 'https://server.cqnctc.com:6081/web/lot/net/queryOrderParkForPage', + 'https://server.cqnctc.com:6081/web/thirdParty/queryInParkData', { method: 'POST', headers: { - 'X-Auth-Token': `${sessionStorage.getItem('token')}`, 'Content-Type': 'application/json', - Authorization: `Bearer ${sessionStorage.getItem('token')}`, Accept: 'application/json, text/plain, */*', }, body: JSON.stringify({ @@ -123,13 +121,11 @@ async function getCarCount() { const result = await response.json(); overviewItems.value[1].value = result.data.pageTotals; const response2 = await fetch( - 'https://server.cqnctc.com:6081/web/lot/net/queryOrderParkForPage', + 'https://server.cqnctc.com:6081/web/thirdParty/queryInParkData', { method: 'POST', headers: { - 'X-Auth-Token': `${sessionStorage.getItem('token')}`, 'Content-Type': 'application/json', - Authorization: `Bearer ${sessionStorage.getItem('token')}`, Accept: 'application/json, text/plain, */*', }, body: JSON.stringify({