feat: 新增首页模板

This commit is contained in:
insistence
2024-01-26 23:37:43 +08:00
parent 35b460c327
commit 69fac31ff4
6 changed files with 812 additions and 1064 deletions

View File

@@ -64,7 +64,7 @@ export const constantRoutes = [
children: [
{
path: '/index',
component: () => import('@/views/index'),
component: () => import('@/views/dashboard/index'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
}