|
|
|
@ -333,6 +333,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// {
|
|
|
|
// {
|
|
|
|
|
|
|
|
// path: 'useOpenTab',
|
|
|
|
|
|
|
|
// component: () => import('@/views/hooks/useOpenTab.vue'),
|
|
|
|
|
|
|
|
// name: 'UseOpenTab',
|
|
|
|
|
|
|
|
// meta: {
|
|
|
|
|
|
|
|
// title: 'useOpenTab'
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// {
|
|
|
|
// path: 'useCrudSchemas',
|
|
|
|
// path: 'useCrudSchemas',
|
|
|
|
// component: () => import('@/views/hooks/useCrudSchemas.vue'),
|
|
|
|
// component: () => import('@/views/hooks/useCrudSchemas.vue'),
|
|
|
|
// name: 'UseCrudSchemas',
|
|
|
|
// name: 'UseCrudSchemas',
|
|
|
|
@ -559,6 +567,25 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/dynamic',
|
|
|
|
|
|
|
|
component: Layout,
|
|
|
|
|
|
|
|
redirect: '/404',
|
|
|
|
|
|
|
|
name: 'Dynamic',
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
hidden: true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: 'tab/:id',
|
|
|
|
|
|
|
|
component: () => import('@/components/Dynamic/src/Dynamic.vue'),
|
|
|
|
|
|
|
|
name: 'Dynamic',
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
title: '详情页'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|