From ff128e094c9bfeb34beb27e664d75f6b7770d5fc Mon Sep 17 00:00:00 2001 From: ZLY Date: Tue, 21 Oct 2025 10:05:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(ide):=20=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E5=AD=90=E8=8F=9C=E5=8D=95=E5=A2=9E=E5=8A=A0appFlow=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ideContainer/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/ideContainer/index.tsx b/src/pages/ideContainer/index.tsx index 061b0c9..a3c0cbb 100644 --- a/src/pages/ideContainer/index.tsx +++ b/src/pages/ideContainer/index.tsx @@ -100,7 +100,9 @@ function IDEContainer() { currPage: 1, sceneId: urlParams.id }); - if (res.code === 200) setSubMenuData({ 'appList': res.data.list.reverse() }); + if (res.code === 200) { + setSubMenuData({ ...subMenuData, 'appList': res.data.list.reverse(), 'appFlow': res.data.list.reverse() }); + } }; const getProjectCompData = async () => {