-
feat(.cursor): 更新数据库连接配置并添加业务操作日志规范 更新 MCP 数据库连接字符串,将生产环境连接改为开发环境连接; 在项目规则中添加业务操作日志要求,规定删除、修改、作废、导出 等写操作必须记录业务日志到 lq_business_operation_log 表; 同时在 AGENTS 和 CLAUDE 配置中添加业务操作日志相关的技能引用。 ```
-
feat(config): 更新生产环境API配置 启用正式环境的API接口配置,禁用202605备份环境配置, 确保生产环境使用正确的后端服务地址。 ```
-
- Updated the .env.production file to set the base API and WebSocket URLs for the testing environment. - Commented out the production URLs for clarity and future reference. - Removed the deprecated CSS file from the dist directory to clean up the project structure.
-
…ew API endpoints for canceling workflow supplements and backfilling attendance statuses. Enhance UI components for leave applications and attendance records to support new functionalities and improve user experience.
-
…uction environment, while commenting out the previous development URL for clarity.
-
- 储扣列表接口增加门店筛选、时间筛选、品项分类筛选功能 - 统计查询改为单独查询,避免复杂JOIN导致的问题 - 返回结果包含总记录数、总金额、总项目数统计信息 - 优化查询性能,先获取符合条件的开单记录ID,再筛选储扣记录
-
build(antis-ncc-admin): 切换开发环境 API 地址配置 将开发环境的 API 地址从测试环境切换回本地开发服务器地址,确保开发阶段请求指向正确的后端服务。 - 启用 VUE_APP_BASE_API = 'http://lvqian.antissoft.com' - 注释掉测试环境地址 'http://erp_test.lvqianmeiye.com' ```
-
build(antis-ncc-admin): 注释本地开发环境 API 地址配置 将 .env.development 中的本地开发环境 API 地址配置注释掉, 避免影响其他环境配置。同时更新 dist/index.html 文件中的 静态资源版本号及新增浏览器兼容提示信息。 ```