From f9dc29d34eac9f2cb0c9d15c6b624b11baaf630a Mon Sep 17 00:00:00 2001 From: pan <380711010@qq.com> Date: Sun, 29 Sep 2024 13:35:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B0=83=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MonitorDrawer/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MonitorDrawer/index.vue b/src/components/MonitorDrawer/index.vue index ab9bda9..5241487 100644 --- a/src/components/MonitorDrawer/index.vue +++ b/src/components/MonitorDrawer/index.vue @@ -34,7 +34,7 @@ let protocol = window.location.protocol let hostname = window.location.hostname; let workflowManageUrl = protocol + '//' + hostname + ':9080' + process.env.VUE_APP_WORKFLOW_MANAGE_URL - workflowManageUrl = 'http://124.223.108.21:9080/ebpm-process-manage' + // workflowManageUrl = 'http://124.223.108.21:9080/ebpm-process-manage' this.src = workflowManageUrl + '/workflow/trace/traceProcess.do?processInstanceId=' + procInstId } }