feat(custom): 新增豆子记录

This commit is contained in:
2024-01-25 22:47:53 +08:00
parent f7b4942ef9
commit ab960e139f
5 changed files with 281 additions and 27 deletions

View File

@@ -1,13 +1,13 @@
const Layout = () => import('@/layout/index.vue')
export default {
name: 'Dashboard',
name: '工作台',
path: '/',
component: Layout,
redirect: '/workbench',
children: [
{
name: 'Workbench',
name: 'workbench',
path: 'workbench',
component: () => import('./index.vue'),
meta: {