Commit Graph

9 Commits

Author SHA1 Message Date
a5f3895794 refactor: 将数据获取从app端移至server端
- 调整数据获取位置以提升安全性
- 对于后端状态为Archived的数据,通过server控制不进行获取
2025-11-12 17:54:43 +08:00
691dd34127 refactor: 产品页与产品列表的API重构
- 将产品页与产品列表的API由REST重构为GraphQL
- 修改Mapper与单元测试
2025-11-11 15:58:15 +08:00
a34cfaff6f fix: 修正product-list的遍历问题 2025-11-08 15:42:03 +08:00
bd894d6f2e feat: 产品列表页排序
- 为ProductType添加sort字段用于排序
- 产品列表页项目按照sort升序排序
2025-11-08 15:34:42 +08:00
660892f9e7 fix: 将原项目的console输出改为logger输出
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m11s
- 添加eslint,不允许使用console输出
2025-11-08 14:40:41 +08:00
37e89c3eda chore: 去除console.log输出
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m4s
2025-11-08 10:10:19 +08:00
0265ea4978 feat: 为各个页面补全标题与SEO
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m4s
2025-11-07 15:37:18 +08:00
c6e0ea2a47 refactor: 将各个页面的面包屑导航提取为单独组件AppBreadcrumb 2025-10-28 16:16:57 +08:00
963690bf53 fix: 相关命名修正
- production -> product
2025-10-24 16:41:48 +08:00