feat: 编写首页

This commit is contained in:
砂糖
2025-08-09 17:59:00 +08:00
parent 7e160a1623
commit ee01e075cd
5 changed files with 739 additions and 1122 deletions

View File

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