Files
fe_service_ebtp_frontend/config/router_menuaWorkbench.config.ts
2021-01-16 11:29:42 +08:00

11 lines
249 B
TypeScript

export default [
{
name: 'workbench',
icon: 'DesktopOutlined',
path:'/workbench',
routes: [
{ name: 'commonFiles', path: '/workbench/files',},
{ name: 'commonFilesManage', path: '/workbench/filesManage',},
]
},
];