feat: 新增菜单管理

This commit is contained in:
2024-04-13 22:53:02 +08:00
parent b30a3345a7
commit 98b249a3a2
288 changed files with 846 additions and 153 deletions

View File

@@ -42,7 +42,7 @@ export const constantRoutes: RouteRecordRaw[] = [
path: '/home',
component: () => import('@/views/home/index.vue'),
name: 'Home',
meta: { title: '首页', icon: 'icon-dashboard', affix: true, hidden: false }
meta: { title: '首页', icon: 'dashboard', affix: true, hidden: false }
}
]
},