1.所有搜索样式调整

2.统计分析调整
3.导出word格式调整
This commit is contained in:
pan
2024-09-03 16:15:48 +08:00
parent 522a40ae64
commit 8b01478e07
25 changed files with 610 additions and 478 deletions

View File

@@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 技术交流平台
VUE_APP_TITLE = 工具管理及技术交流平台
# 生产环境配置
ENV = 'production'
@@ -7,11 +7,11 @@ ENV = 'production'
VUE_APP_CONTEXT_PATH = '/tool-tech'
# 工具与技术交流管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
VUE_APP_WS_URL = 'wss://www.rzdata.net/tool-tech-admin/websocket'
VUE_APP_BASE_API = '/tool-tech-admin'
VUE_APP_WS_URL = '/tool-tech-admin/websocket'
# 文档在线预览服务
VUE_APP_TOOL_TECH_FILE_VIEW_API = 'http://localhost:8012/tool-tech-file-view'
VUE_APP_TOOL_TECH_FILE_VIEW_API = '/tool-tech-file-view'
# 流程管理服务地址
VUE_APP_WORKFLOW_MANAGE_URL = 'http://localhost:8085/ebpm-process-manage'
VUE_APP_WORKFLOW_MANAGE_URL = '/ebpm-process-manage'