From c48aa77f2f3d7b95d7ae3d8d7003ca4bd2385264 Mon Sep 17 00:00:00 2001 From: zhangzhanwei Date: Tue, 5 Aug 2025 15:57:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Application=20workflow=20debug=20use=20-?= =?UTF-8?q?-bug=3D1059999=20--user=3D=E5=BC=A0=E5=B1=95=E7=8E=AE=20?= =?UTF-8?q?=E3=80=90=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=86=E3=80=91=E7=BB=A7?= =?UTF-8?q?=E6=89=BF=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86=E5=91=98=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E7=9A=84=E7=94=A8=E6=88=B7=EF=BC=8C=E5=9C=A8=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E7=AE=A1=E7=90=86=E4=B8=AD=E8=B0=83=E8=AF=95=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E6=97=A0=E6=9D=83=E9=99=90=20https://www.tapd.cn/6298?= =?UTF-8?q?0211/s/1749113?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-chat/index.vue | 106 ++++++------------ .../permission/application/system-manage.ts | 8 ++ ui/src/permission/application/workspace.ts | 10 ++ ui/src/views/application-workflow/index.vue | 7 +- 4 files changed, 59 insertions(+), 72 deletions(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 8d6f8eced..450403aae 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -1,90 +1,43 @@