feat(routes): 添加编排模块路由
parent
c914661006
commit
cceac6bec2
@ -0,0 +1,8 @@
|
||||
import { IRoute } from '@/routes/types';
|
||||
|
||||
export const orchestrationModule: IRoute = {
|
||||
name: 'menu.orchestration.project',
|
||||
key: '',
|
||||
breadcrumb: false,
|
||||
ignore: true
|
||||
};
|
||||
Loading…
Reference in New Issue