新增知识库管理模块包含数据集列表、文件管理、检索测试、操作日志和配置功能

This commit is contained in:
WUSIJIAN
2026-02-02 17:47:11 +08:00
parent 60f7bd051c
commit 30bfa8ddc3
2 changed files with 993 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ ENV = 'development'
# 主服务地址端口8808
# 用途: 系统管理、用户认证、权限控制、模块开通等原有功能
VITE_API_URL = 'http://192.168.3.94:8808/'
VITE_API_URL = 'http://192.168.3.200:8808/'
# 新功能服务地址端口8000
# 用途: 资产管理、分类、SKU、订单等新业务模块
VITE_NEW_API_URL = 'http://192.168.94.8000/'
VITE_NEW_API_URL = 'http://192.168.200.8000/'