-
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.
-
- Swapped the API base URL in the development environment to use localhost for local testing. - Enhanced the member portrait dialog with improved layout and additional member attributes, including age and birthday type. - Added birthday type filtering options in the birthday view, allowing users to display members with solar and lunar birthdays. - Updated the backend to support querying members based on specified date ranges and birthday types. - Introduced new performance metrics in the personal performance statistics view, categorizing performance by various service types.
-
- Introduced a new filter for remaining rights range in the member portrait dialog and query input DTO. - Implemented a resetData method to clear all data when switching members to prevent displaying stale information. - Updated the fetchData method to clear lists upon member change. - Enhanced the LqKhxxService to handle remaining rights range in queries. - Improved the layout of the search form in the lqKhxx view for better usability.
-
- 优化会员画像页面布局,调整统计卡片样式 - 统计卡片标题使用标签样式,与会员类型标签保持一致 - 移除统计卡片图标,优化排版 - 新增门店数据页面设计方案文档,梳理门店数据维度和接口
-
- 新增会员画像服务,包含基础信息、消费行为、趋势分析等 - 优化KPI数据穿透功能,新增多个分析组件 - 修复消费行为统计数据查询问题 - 调整会员画像弹窗布局,基础信息独立显示 - 权益明细单独作为选项卡展示