更新单词拼写错误,新增首页

This commit is contained in:
白菜
2025-06-16 22:46:40 +08:00
parent f2dff98cba
commit da100a4fa7
10 changed files with 637 additions and 6 deletions

View File

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