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'