pref: 调整ide容器中的目录顺序

master
钟良源 5 months ago
parent d1c6e94edf
commit dd1cdac9f1

@ -1,10 +1,4 @@
export const menuData = [
{
title: '应用编排',
key: 'appFlow',
children: null,
path: 'appFlow'
},
{
title: '应用列表',
children: [
@ -25,6 +19,12 @@ export const menuData = [
}
]
},
{
title: '应用编排',
key: 'appFlow',
children: null,
path: 'appFlow'
},
{
title: '事件',
children: null,

Loading…
Cancel
Save