From dfaede2f2181d43a11cd95444c7cdc854df14d61 Mon Sep 17 00:00:00 2001 From: Jane <272005125@qq.com> Date: Thu, 25 Jul 2024 14:24:57 +0800 Subject: [PATCH] update --- .env.development | 4 ++-- .env.staging | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 5a4128e..a145863 100644 --- a/.env.development +++ b/.env.development @@ -11,10 +11,10 @@ VUE_APP_BASE_API = 'http://192.168.2.85:8080/tool-tech-admin' VUE_APP_WS_URL = 'ws://192.168.2.85:8080/tool-tech-admin/websocket' # 文档在线预览服务 -VUE_APP_TOOL_TECH_FILE_VIEW_API = 'http://192.168.2.128:8012/tool-tech-file-view' +VUE_APP_TOOL_TECH_FILE_VIEW_API = 'http://192.168.1.2:8012/tool-tech-file-view' # 流程管理服务地址 -VUE_APP_WORKFLOW_MANAGE_URL = 'http://192.168.2.128:8080/ebpm-process-manage' +VUE_APP_WORKFLOW_MANAGE_URL = 'http://192.168.1.2:8080/ebpm-process-manage' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.staging b/.env.staging index f85ffe5..6aadf19 100644 --- a/.env.staging +++ b/.env.staging @@ -13,7 +13,7 @@ VUE_APP_BASE_API = 'https://www.rzdata.net/tool-tech-admin' VUE_APP_WS_URL = 'wss://www.rzdata.net/tool-tech-admin/websocket' # 文档在线预览服务 -VUE_APP_TOOL_TECH_FILE_VIEW_API = 'https://www.rzdata.net/tool-tech-file-view' +VUE_APP_TOOL_TECH_FILE_VIEW_API = 'http://192.168.1.2:8012/tool-tech-file-view' # 流程管理服务地址 -VUE_APP_WORKFLOW_MANAGE_URL = 'http://localhost:8085/ebpm-process-manage' +VUE_APP_WORKFLOW_MANAGE_URL = 'http://192.168.1.2:8080/ebpm-process-manage'