From dd9b5da394a03dde7ad884aa3ba3a2e54c191290 Mon Sep 17 00:00:00 2001
From: Teo <2642673902@qq.com>
Date: Sat, 26 Jul 2025 11:49:39 +0800
Subject: [PATCH] bug
---
.env.production | 2 +-
index.html | 4 +-
public/js/YJEarth.min.js | 19 +
public/js/reconnecting-websocket.js | 382 ++++++++++++++++++
src/components/Process/approvalRecord.vue | 2 +
src/components/Process/flowChart.vue | 3 +-
src/utils/request.ts | 2 +-
.../workflows/processDefinition/design.vue | 5 +-
vite.config.ts | 6 +-
9 files changed, 416 insertions(+), 9 deletions(-)
create mode 100644 public/js/YJEarth.min.js
create mode 100644 public/js/reconnecting-websocket.js
diff --git a/.env.production b/.env.production
index e1eaa1a..62b1323 100644
--- a/.env.production
+++ b/.env.production
@@ -14,7 +14,7 @@ VITE_APP_MONITOR_ADMIN = '/admin/applications'
VITE_APP_SNAILJOB_ADMIN = '/snail-job'
# 生产环境
-VITE_APP_BASE_API = 'http://58.17.134.85:8899'
+VITE_APP_BASE_API = 'http://192.168.110.2:8899'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
diff --git a/index.html b/index.html
index 59a15ef..ad7c2e9 100644
--- a/index.html
+++ b/index.html
@@ -216,8 +216,8 @@
-
-
+
+