From 81194dbb520ddb446e75834414c979a93a7fdfd5 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 22 Apr 2024 19:46:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=97=B6=EF=BC=8C=E7=94=B1=E4=BA=8E=20parent?= =?UTF-8?q?Id=20=E4=BC=A0=E5=80=BC=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GiIconSelector/index.vue | 1 - src/views/system/dept/index.vue | 2 +- src/views/system/menu/index.vue | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/GiIconSelector/index.vue b/src/components/GiIconSelector/index.vue index 5345209..c4c9d6b 100644 --- a/src/components/GiIconSelector/index.vue +++ b/src/components/GiIconSelector/index.vue @@ -92,7 +92,6 @@ const isGridView = ref(false) const iconList: string[] = [] for (const path in SvgIconModules) { - console.log(path) const name = path.replace('/src/assets/icons/', '').replace('.svg', '') iconList.push(name) } diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index b62b166..0e23533 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -31,7 +31,7 @@ 重置