From 28246868ce52e8e987a9edbea5f86b4f92d8cf29 Mon Sep 17 00:00:00 2001 From: pan <380711010@qq.com> Date: Mon, 21 Jul 2025 10:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 41ba73c..c67c9dd 100644 --- a/.env.development +++ b/.env.development @@ -7,14 +7,16 @@ ENV = 'development' VUE_APP_CONTEXT_PATH = '/tool-tech' # 工具与技术交流管理系统/开发环境 -VUE_APP_BASE_API = 'http://localhost:8080/tool-tech-admin' +VUE_APP_BASE_API = '/tool-tech-admin' VUE_APP_WS_URL = 'ws://localhost:8080/tool-tech-admin/websocket' # 文档在线预览服务 -VUE_APP_TOOL_TECH_FILE_VIEW_API = 'http://127.0.0.1:8012/tool-tech-file-view' +VUE_APP_TOOL_TECH_FILE_VIEW_API = '/tool-tech-file-view' # 流程管理服务地址 VUE_APP_WORKFLOW_MANAGE_URL = '/ebpm-process-manage' +# 流程管理服务地址 +VUE_WORKFLOW_URL = '/ebpm-process-manage' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true