Files
fe_service_ebtp_frontend/config/router_menuaWorkbench.config.ts

11 lines
249 B
TypeScript
Raw Permalink Normal View History

2020-12-23 11:14:35 +08:00
export default [
{
name: 'workbench',
icon: 'DesktopOutlined',
path:'/workbench',
routes: [
2021-01-16 11:29:42 +08:00
{ name: 'commonFiles', path: '/workbench/files',},
{ name: 'commonFilesManage', path: '/workbench/filesManage',},
2020-12-23 11:14:35 +08:00
]
},
];