feat: 新增首页模板
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
Reference in New Issue
Block a user