From e08f41dd72689ccf56034cd5a1a01edecde3948e Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: Sun, 3 Aug 2025 16:41:55 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8D=87=E7=BA=A71.8=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/processDefinition/design.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workflow/processDefinition/design.vue b/src/views/workflow/processDefinition/design.vue index 35b7da1..01fa552 100644 --- a/src/views/workflow/processDefinition/design.vue +++ b/src/views/workflow/processDefinition/design.vue @@ -24,7 +24,7 @@ const iframeLoaded = () => { }; }; const open = async (definitionId, disabled) => { - const url = baseUrl + `/warm-flow-ui/index.html?id=${definitionId}&disabled=${disabled}`; + const url = baseUrl + `/warm-flow-ui/index.html?id=${definitionId}&onlyDesignShow=true`; iframeUrl.value = url + '&Authorization=Bearer ' + getToken() + '&clientid=' + import.meta.env.VITE_APP_CLIENT_ID; }; /** 关闭按钮 */