feat: support the dynamic introduction and sorting of routes

This commit is contained in:
vben
2024-06-02 21:33:31 +08:00
parent c5eb0841a5
commit 30f7472d26
15 changed files with 257 additions and 93 deletions

View File

@@ -42,7 +42,6 @@ interface RouteMeta {
* @default false
*/
hideInMenu?: boolean;
/**
* 当前路由在标签页不展现
* @default false