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 @@ 重置