refactor(home): 移除未使用的导航功能

- 删除未使用的 navTo 导入语句
- 注释掉政企采购专区的点击跳转功能
- 注释掉桂乐淘福利惊爆区的点击跳转功能
- 保留卡片展示样式但移除交互逻辑
This commit is contained in:
2026-03-07 15:41:49 +08:00
parent a4a0a922fc
commit 718eddff63

View File

@@ -179,8 +179,8 @@ function Home() {
>(
() => [
{ key: 'recommend', title: '推荐', params: { recommend: 1 } },
// { key: '4476', title: '桶装水', params: { categoryId: 4476 } },
// { key: '4556', title: '水票套餐', params: { categoryId: 4556 } },
{ key: '4476', title: '桶装水', params: { categoryId: 4476 } },
{ key: '4556', title: '水票套餐', params: { categoryId: 4556 } },
// { key: '4557', title: '购机套餐', params: { categoryId: 4557 } },
// { key: '4477', title: '饮水设备', params: { categoryId: 4477 } },
],