From a1a238499425b0e650439163cb573fc6210e07b0 Mon Sep 17 00:00:00 2001 From: liukang Date: Wed, 28 Aug 2024 14:50:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=8F=91=E5=B8=83=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=92=8C=E4=BD=BF=E7=94=A8=E7=94=B3=E8=AF=B7=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/tool/index.vue | 116 ++++++------------ src/views/tool/toolDetail.vue | 25 ++-- .../workflowList/addWorkflow/tool_release.vue | 37 +++--- .../workflowList/addWorkflow/use_apply.vue | 9 +- 5 files changed, 74 insertions(+), 115 deletions(-) diff --git a/.env.development b/.env.development index d511e49..3b7e03a 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.20:8085/ebpm-process-manage' +VUE_APP_WORKFLOW_MANAGE_URL = 'http://192.168.2.18:8085/ebpm-process-manage' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/views/tool/index.vue b/src/views/tool/index.vue index a0ffacb..46925ed 100644 --- a/src/views/tool/index.vue +++ b/src/views/tool/index.vue @@ -90,7 +90,7 @@ v-hasPermi="['system:user:add']" >工具发布 批量删除 - 导出 + 导出 @@ -98,17 +98,14 @@ - + @@ -125,7 +122,7 @@