refactor(home): 移除未使用的导航功能
- 删除未使用的 navTo 导入语句 - 注释掉政企采购专区的点击跳转功能 - 注释掉桂乐淘福利惊爆区的点击跳转功能 - 保留卡片展示样式但移除交互逻辑
This commit is contained in:
@@ -179,8 +179,8 @@ function Home() {
|
|||||||
>(
|
>(
|
||||||
() => [
|
() => [
|
||||||
{ key: 'recommend', title: '推荐', params: { recommend: 1 } },
|
{ key: 'recommend', title: '推荐', params: { recommend: 1 } },
|
||||||
// { key: '4476', title: '桶装水', params: { categoryId: 4476 } },
|
{ key: '4476', title: '桶装水', params: { categoryId: 4476 } },
|
||||||
// { key: '4556', title: '水票套餐', params: { categoryId: 4556 } },
|
{ key: '4556', title: '水票套餐', params: { categoryId: 4556 } },
|
||||||
// { key: '4557', title: '购机套餐', params: { categoryId: 4557 } },
|
// { key: '4557', title: '购机套餐', params: { categoryId: 4557 } },
|
||||||
// { key: '4477', title: '饮水设备', params: { categoryId: 4477 } },
|
// { key: '4477', title: '饮水设备', params: { categoryId: 4477 } },
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user