refactor: 重构useValidator

This commit is contained in:
kailong321200875
2023-08-16 16:17:35 +08:00
parent 71b0e4f6f6
commit b8849dabe2
8 changed files with 187 additions and 72 deletions

View File

@@ -329,6 +329,14 @@ const adminList = [
meta: {
title: 'useTagsView'
}
},
{
path: 'useValidator',
component: 'views/hooks/useValidator',
name: 'UseValidator',
meta: {
title: 'useValidator'
}
}
// {
// path: 'useCrudSchemas',
@@ -598,6 +606,7 @@ const testList: string[] = [
'/hooks',
'/hooks/useWatermark',
'/hooks/useTagsView',
'/hooks/useValidator',
// '/hooks/useCrudSchemas',
'/level',
'/level/menu1',