Files
fe_service_ebtp_frontend/config/router_menuaWorkbench.config.ts
2020-12-23 11:14:35 +08:00

10 lines
181 B
TypeScript

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