From 22630fe81bb21e9c1ecc8ab6afae25114bb00176 Mon Sep 17 00:00:00 2001 From: pan <380711010@qq.com> Date: Sun, 29 Sep 2024 12:42:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=8D=E5=AD=97=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tool/index.vue b/src/views/tool/index.vue index 56dc7ac..0259b5c 100644 --- a/src/views/tool/index.vue +++ b/src/views/tool/index.vue @@ -146,7 +146,7 @@ - + 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 2/2] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=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 } }