From c3ad8d82e84d5df2052b935e9a598fa2cf906714 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Sat, 11 Oct 2025 14:53:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E9=A6=96=E9=A1=B5=E6=B2=A1?= =?UTF-8?q?=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Home.vue b/src/pages/Home.vue index 723595f..065ab2f 100644 --- a/src/pages/Home.vue +++ b/src/pages/Home.vue @@ -299,7 +299,7 @@ const getDictionaryList = async (dictCode = 'carProductLabel,priceRange,productL carProductLabel.value = result.data.carProductLabel; priceRange.value = result.data.priceRange; productLevel.value = result.data.productLevel; - console.log('字典列表:', result.data); + // console.log('字典列表:', result.data); } } catch (error) { console.error('获取字典列表失败:', error);