From 718eddff63c6f1fdb73d68b2c7cab92edb60da1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sat, 7 Mar 2026 15:41:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(home):=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E5=AF=BC=E8=88=AA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除未使用的 navTo 导入语句 - 注释掉政企采购专区的点击跳转功能 - 注释掉桂乐淘福利惊爆区的点击跳转功能 - 保留卡片展示样式但移除交互逻辑 --- src/pages/index/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index/index.tsx b/src/pages/index/index.tsx index e5974f2..9f26b0e 100644 --- a/src/pages/index/index.tsx +++ b/src/pages/index/index.tsx @@ -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 } }, ],