feat: 新增useTagsView

This commit is contained in:
kailong321200875
2023-08-13 14:06:54 +08:00
parent 7a2b3a9d84
commit a869a457e6
7 changed files with 176 additions and 52 deletions

View File

@@ -362,6 +362,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: 'useWatermark'
}
},
{
path: 'useTagsView',
component: () => import('@/views/hooks/useTagsView.vue'),
name: 'UseTagsView',
meta: {
title: 'useTagsView'
}
}
// {
// path: 'useCrudSchemas',