diff --git a/src/layout/components/Aside.vue b/src/layout/components/Aside.vue
index 391613f..0a5bca7 100644
--- a/src/layout/components/Aside.vue
+++ b/src/layout/components/Aside.vue
@@ -13,7 +13,7 @@
{{ route.meta.title }}
-
+
@@ -27,18 +27,22 @@
"
:expand="route.meta.isExpand"
>
+
@@ -74,6 +78,7 @@ function handleAsideCollapse() {
}
function handleMenuClick(route) {
+ console.log(route)
if (route.meta.type === "C") {
diff --git a/src/views/setting/dict/data/index.vue b/src/views/setting/dict/data/index.vue
index aadce17..61b13fe 100644
--- a/src/views/setting/dict/data/index.vue
+++ b/src/views/setting/dict/data/index.vue
@@ -171,4 +171,5 @@ const handleDelete = async (ids: any[] | number) => {
}
getLists()
+