feat(home): 隐藏专项检查和防灾减灾功能入口
- 注释掉专项检查模块的导航配置 - 注释掉防灾减灾模块的导航配置 - 保留相关静态资源引用但暂时隐藏功能入口 - 为后续功能重构预留注释标记master
parent
5ed903ea5b
commit
396b5b4f82
|
|
@ -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: "公告通知",
|
||||
|
|
|
|||
Loading…
Reference in New Issue