From 529f48641122af7c0aec185e4283d02e97aa0f89 Mon Sep 17 00:00:00 2001
From: shikeying <pxzsky@163.com>
Date: 星期三, 19 四月 2023 14:40:51 +0800
Subject: [PATCH] 增加 websocket

---
 public/bpmnjs/index.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/public/bpmnjs/index.js b/public/bpmnjs/index.js
index bcc753b..ed434aa 100644
--- a/public/bpmnjs/index.js
+++ b/public/bpmnjs/index.js
@@ -75,8 +75,10 @@
         instanceId
       };
 
+      let token = localStorage.getItem("Authorization");
+
       _jquery.default.ajax({
-        url: localStorage.getItem("VUE_APP_BASE_API") + '/activitiHistory/gethighLine',
+        url: localStorage.getItem("VUE_APP_BASE_API") + '/wf/history/getHighLine?Authorization='+token,
         // url: 'http://localhost:8080/activitiHistory/gethighLine',
         type: 'GET',
         data: param1,

--
Gitblit v1.9.1