Files
fe_service_ebtp_frontend/config/router_menuaWorkbench.config.ts

10 lines
181 B
TypeScript
Raw Normal View History

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