11 lines
249 B
TypeScript
11 lines
249 B
TypeScript
export default [
|
|
{
|
|
name: 'workbench',
|
|
icon: 'DesktopOutlined',
|
|
path:'/workbench',
|
|
routes: [
|
|
{ name: 'commonFiles', path: '/workbench/files',},
|
|
{ name: 'commonFilesManage', path: '/workbench/filesManage',},
|
|
]
|
|
},
|
|
]; |