diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue index 83de5fe..5305b49 100644 --- a/src/layout/components/Sidebar/Item.vue +++ b/src/layout/components/Sidebar/Item.vue @@ -31,7 +31,7 @@ export default { } }, render(h, context) { - const { icon, title, routePath, num1, num2 } = context.props + const { icon, title } = context.props const vnodes = [] if (icon) { vnodes.push() diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue index 9b95e00..d6cd62a 100644 --- a/src/layout/components/Sidebar/SidebarItem.vue +++ b/src/layout/components/Sidebar/SidebarItem.vue @@ -2,7 +2,7 @@