From b689f6a51d95cad62b92a480d30d66f21be96492 Mon Sep 17 00:00:00 2001 From: hanjian <272005125@qq.com> Date: Mon, 2 Sep 2024 08:40:29 +0800 Subject: [PATCH] update --- .env.development | 2 +- public/index.html | 4 +- src/api/tool/{userApply.js => toolApply.js} | 12 +- src/components/MonitorDrawer/index.vue | 15 +- src/views/tool/index.vue | 2 +- .../workflowList/addWorkflow/tool_release.vue | 203 ++++++------ .../workflowList/addWorkflow/use_apply.vue | 156 +++++---- src/views/workstuff/apply/index.vue | 296 +++++++++++++----- src/views/workstuff/dispose/index.vue | 30 +- vue.config.js | 7 + 10 files changed, 464 insertions(+), 263 deletions(-) rename src/api/tool/{userApply.js => toolApply.js} (79%) diff --git a/.env.development b/.env.development index 3b7e03a..cd871ae 100644 --- a/.env.development +++ b/.env.development @@ -14,7 +14,7 @@ VUE_APP_WS_URL = 'ws://localhost:8080/tool-tech-admin/websocket' VUE_APP_TOOL_TECH_FILE_VIEW_API = 'http://localhost:8012/tool-tech-file-view' # 流程管理服务地址 -VUE_APP_WORKFLOW_MANAGE_URL = 'http://192.168.2.18:8085/ebpm-process-manage' +VUE_APP_WORKFLOW_MANAGE_URL = '/ebpm-process-manage' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/public/index.html b/public/index.html index 925455c..b4c517f 100644 --- a/public/index.html +++ b/public/index.html @@ -197,12 +197,12 @@