From dd1cdac9f161826870ed38e6e5fe7539eb7f33aa Mon Sep 17 00:00:00 2001 From: ZLY Date: Mon, 8 Sep 2025 14:17:38 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E8=B0=83=E6=95=B4ide=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=9B=AE=E5=BD=95=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ideContainer/config/menuData.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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,