From 35a5662561acb40b0dab9009fca90b632c1fc36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Tue, 13 May 2025 18:14:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(agent):=20=E4=BC=98=E5=8C=96=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E4=BB=A3=E7=90=86=E5=B7=A5=E4=BD=9C=E6=B5=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 BackButton 组件中的 mb10 类 - 添加智能代理详情获取和编辑功能 - 在路由中增加 agentId 参数 --- src/components/BackButton/backButton.vue | 2 +- src/views/agent/views/workflow/index.vue | 46 ++++++++++++++++++++++-- src/views/intelligent-agent/index.vue | 3 +- 3 files changed, 46 insertions(+), 5 deletions(-) diff --git a/src/components/BackButton/backButton.vue b/src/components/BackButton/backButton.vue index b44e84d..6435286 100644 --- a/src/components/BackButton/backButton.vue +++ b/src/components/BackButton/backButton.vue @@ -1,7 +1,7 @@