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(