This commit is contained in:
Jane
2024-07-16 14:21:16 +08:00
parent de8c3c4a74
commit c77036a671
29 changed files with 2639 additions and 163 deletions

View File

@@ -4,7 +4,13 @@ VUE_APP_TITLE = 工具与技术交流管理系统
# 生产环境配置
ENV = 'production'
VUE_APP_CONTEXT_PATH = '/too-tech'
VUE_APP_CONTEXT_PATH = '/tool-tech'
# 工具与技术交流管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# 文档在线预览服务
VUE_APP_TOOL_TECH_FILE_VIEW_API = 'http://localhost:8012/tool-tech-file-view'
# 流程管理服务地址
VUE_APP_WORKFLOW_MANAGE_URL = 'http://localhost:8085/ebpm-process-manage'