diff --git a/src/pages/ideContainer/config/menuData.ts b/src/pages/ideContainer/config/menuData.ts index 83169d2..b88a0b2 100644 --- a/src/pages/ideContainer/config/menuData.ts +++ b/src/pages/ideContainer/config/menuData.ts @@ -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,