From de0ccf03aaa2c4a4cc62ae6c4ce6fde2033c5e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AD=90=E9=BB=98?= <925456043@qq.com> Date: Mon, 3 Aug 2026 14:51:02 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E8=81=8A=E5=A4=A9=E9=A1=B5=E8=BF=94=E5=9B=9E=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E6=96=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/src/router/__tests__/detail-return-navigation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyflow-ui-admin/app/src/router/__tests__/detail-return-navigation.test.ts b/easyflow-ui-admin/app/src/router/__tests__/detail-return-navigation.test.ts index 8131f70b..8c340cca 100644 --- a/easyflow-ui-admin/app/src/router/__tests__/detail-return-navigation.test.ts +++ b/easyflow-ui-admin/app/src/router/__tests__/detail-return-navigation.test.ts @@ -12,7 +12,7 @@ describe('detail return navigation', () => { ['system/sysFeedback/sysFeedbackDetail.vue', '/sys/sysFeedback'], ['system/sysJob/SysJobLogList.vue', '/sys/sysJob'], ['ai/workflow/WorkflowDesign.vue', '/ai/workflow'], - ['ai/workflow/RunPage.vue', '/ai/workflow'], + ['ai/workflow/components/WorkflowChatPage.vue', '/ai/workflow'], ['ai/workflow/execute/WorkflowExecResultList.vue', '/ai/workflow'], ])('returns %s to its fixed parent list', (relativePath, parentPath) => { const source = readViewSource(relativePath);