From 396b5b4f825bf246c1f3547e2be36362caee8402 Mon Sep 17 00:00:00 2001 From: 10396 <1039655633@qq.com> Date: Sat, 9 May 2026 10:02:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(home):=20=E9=9A=90=E8=97=8F=E4=B8=93?= =?UTF-8?q?=E9=A1=B9=E6=A3=80=E6=9F=A5=E5=92=8C=E9=98=B2=E7=81=BE=E5=87=8F?= =?UTF-8?q?=E7=81=BE=E5=8A=9F=E8=83=BD=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉专项检查模块的导航配置 - 注释掉防灾减灾模块的导航配置 - 保留相关静态资源引用但暂时隐藏功能入口 - 为后续功能重构预留注释标记 --- pages/index/index.vue | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 6c35aca..0fc9cb5 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -150,18 +150,18 @@ export default { url: "/pages/supervision_inspection/index", type: "navigateTo", }, - { - title: "专项检查", - icon: require("../../static/index/ico8.png"), - url: "/pages/special_rectification/index", - type: "navigateTo", - }, - { - title: "防灾减灾", - icon: require("../../static/index/ico10.png"), - url: "/pages/disaster_prevention/index", - type: "navigateTo", - }, + // { + // title: "专项检查", + // icon: require("../../static/index/ico8.png"), + // url: "/pages/special_rectification/index", + // type: "navigateTo", + // }, + // { + // title: "防灾减灾", + // icon: require("../../static/index/ico10.png"), + // url: "/pages/disaster_prevention/index", + // type: "navigateTo", + // }, // { // title: "公告通知",