feat: 新增测试树表

This commit is contained in:
xlsea
2025-05-10 19:32:20 +08:00
parent 4a4febeeab
commit fd0783a50f
18 changed files with 601 additions and 38 deletions

View File

@ -56,6 +56,15 @@ export const generatedRoutes: GeneratedRoute[] = [
title: 'demo_demo',
i18nKey: 'route.demo_demo'
}
},
{
name: 'demo_tree',
path: '/demo/tree',
component: 'view.demo_tree',
meta: {
title: 'demo_tree',
i18nKey: 'route.demo_tree'
}
}
]
},