feat: 新增 useCrudSchemas demo

This commit is contained in:
kailong321200875
2023-08-26 10:37:06 +08:00
parent c0f4517b87
commit ae0628e3af
4 changed files with 195 additions and 232 deletions

View File

@@ -345,15 +345,15 @@ const adminList = [
meta: {
title: 'useValidator'
}
},
{
path: 'useCrudSchemas',
component: 'views/hooks/useCrudSchemas',
name: 'UseCrudSchemas',
meta: {
title: 'useCrudSchemas'
}
}
// {
// path: 'useCrudSchemas',
// component: 'views/hooks/useCrudSchemas',
// name: 'UseCrudSchemas',
// meta: {
// title: 'useCrudSchemas'
// }
// }
]
},
{
@@ -616,7 +616,7 @@ const testList: string[] = [
'/hooks/useWatermark',
'/hooks/useTagsView',
'/hooks/useValidator',
// '/hooks/useCrudSchemas',
'/hooks/useCrudSchemas',
'/level',
'/level/menu1',
'/level/menu1/menu1-1',