From f221e43d239a7c250c325cf08b1e204d02773921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Mon, 12 May 2025 14:23:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(agent):=20=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E5=BA=94=E7=94=A8=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在工作流页面的返回按钮旁添加应用名称显示 - 在跳转到工作流页面时,通过路由 query 参数传递应用名称 - 修改了 Home.vue 和 intelligent-agent/index.vue 中的路由跳转逻辑 --- src/views/agent/views/workflow/index.vue | 5 ++++- src/views/app/Home.vue | 5 ++++- src/views/intelligent-agent/index.vue | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/views/agent/views/workflow/index.vue b/src/views/agent/views/workflow/index.vue index 6739fbb..6b7c041 100644 --- a/src/views/agent/views/workflow/index.vue +++ b/src/views/agent/views/workflow/index.vue @@ -119,7 +119,10 @@ export default {