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

@@ -6,7 +6,13 @@ NODE_ENV = production
# 测试环境配置
ENV = 'staging'
VUE_APP_CONTEXT_PATH = '/too-tech'
VUE_APP_CONTEXT_PATH = '/tool-tech'
# 工具与技术交流管理系统/测试环境
VUE_APP_BASE_API = 'https://www.rzdata.net/too-tech-admin/'
VUE_APP_BASE_API = 'https://www.rzdata.net/tool-tech-admin'
# 文档在线预览服务
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'