|
|
|
@ -4,68 +4,45 @@ export const menuData1 = [
|
|
|
|
path: '',
|
|
|
|
path: '',
|
|
|
|
key: 'appList',
|
|
|
|
key: 'appList',
|
|
|
|
parentKey: 'appList',
|
|
|
|
parentKey: 'appList',
|
|
|
|
children: [
|
|
|
|
icon: '/ideContainer/icon/appList.png',
|
|
|
|
{
|
|
|
|
activeIcon: '/ideContainer/icon/appList_active.png',
|
|
|
|
title: '应用A',
|
|
|
|
children: []
|
|
|
|
path: 'compFlow',
|
|
|
|
|
|
|
|
key: 'compFlow',
|
|
|
|
|
|
|
|
parentKey: 'appList',
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: '事件',
|
|
|
|
|
|
|
|
children: null
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: '组件列表',
|
|
|
|
|
|
|
|
children: null
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: '应用B',
|
|
|
|
|
|
|
|
path: 'compFlow',
|
|
|
|
|
|
|
|
key: 'compFlow',
|
|
|
|
|
|
|
|
parentKey: 'appList',
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: '事件',
|
|
|
|
|
|
|
|
children: null
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: '组件列表',
|
|
|
|
|
|
|
|
children: null
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '应用编排',
|
|
|
|
title: '应用编排',
|
|
|
|
|
|
|
|
path: 'appFlow',
|
|
|
|
key: 'appFlow',
|
|
|
|
key: 'appFlow',
|
|
|
|
parentKey: 'appFlow',
|
|
|
|
parentKey: 'appFlow',
|
|
|
|
children: null,
|
|
|
|
icon: '/ideContainer/icon/appFlow.png',
|
|
|
|
path: 'appFlow'
|
|
|
|
activeIcon: '/ideContainer/icon/appFlow_active.png',
|
|
|
|
|
|
|
|
children: null
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '事件',
|
|
|
|
title: '事件',
|
|
|
|
children: null,
|
|
|
|
|
|
|
|
path: 'event',
|
|
|
|
path: 'event',
|
|
|
|
key: 'event',
|
|
|
|
key: 'event',
|
|
|
|
parentKey: 'event'
|
|
|
|
parentKey: 'event',
|
|
|
|
|
|
|
|
icon: '/ideContainer/icon/appEvent.png',
|
|
|
|
|
|
|
|
activeIcon: '/ideContainer/icon/appEvent_active.png',
|
|
|
|
|
|
|
|
children: null
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '全局参数',
|
|
|
|
title: '全局参数',
|
|
|
|
children: null,
|
|
|
|
|
|
|
|
path: 'globalVar',
|
|
|
|
path: 'globalVar',
|
|
|
|
key: 'globalVar',
|
|
|
|
key: 'globalVar',
|
|
|
|
parentKey: 'globalVar'
|
|
|
|
parentKey: 'globalVar',
|
|
|
|
|
|
|
|
icon: '/ideContainer/icon/globalVar.png',
|
|
|
|
|
|
|
|
activeIcon: '/ideContainer/icon/globalVar_active.png',
|
|
|
|
|
|
|
|
children: null
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '组件',
|
|
|
|
title: '组件',
|
|
|
|
children: null,
|
|
|
|
|
|
|
|
path: 'appCompList',
|
|
|
|
path: 'appCompList',
|
|
|
|
key: 'appCompList',
|
|
|
|
key: 'appCompList',
|
|
|
|
parentKey: 'appCompList'
|
|
|
|
parentKey: 'appCompList',
|
|
|
|
|
|
|
|
icon: '/ideContainer/icon/appComp.png',
|
|
|
|
|
|
|
|
activeIcon: '/ideContainer/icon/appComp_active.png',
|
|
|
|
|
|
|
|
children: null
|
|
|
|
}
|
|
|
|
}
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
|