From 526e25c8d8677742373ec6b84b4d3c9811111a40 Mon Sep 17 00:00:00 2001 From: pengwei Date: Thu, 23 Oct 2025 20:07:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96=EF=BC=8C=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E6=8F=90=E9=80=9Fv1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/datav/Global.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/datav/Global.vue b/src/views/datav/Global.vue index 38f4d34..5849a1e 100644 --- a/src/views/datav/Global.vue +++ b/src/views/datav/Global.vue @@ -459,7 +459,7 @@ const getBusinessRateData = async (timeValue = time.value) => { const getAllGlobalCountData = async (timeValue = time.value) => { const res = await getAllGlobalCount(timeValue); overview.value = res.overview; - overview.value.auditPro = 119 + overview.value.auditPro = 496 }; const getGlobalMapData = async (timeValue = time.value) => { const res = await getGlobalMap(timeValue);