1.加入ai对话框 模块日报功能

This commit is contained in:
2026-03-25 08:40:33 +08:00
parent bb5ab23430
commit e762188322
8 changed files with 184 additions and 183 deletions

View File

@@ -4,8 +4,8 @@ NODE_ENV=development
VITE_DEV=true
# 请求路径
#VITE_BASE_URL='http://118.253.178.8:48080'
VITE_BASE_URL='http://localhost:48080'
VITE_BASE_URL='http://118.253.178.8:48080'
#VITE_BASE_URL='http://localhost:48080'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server