lzhe
2024-06-14 963a2313f4f8959715293d38f69894078150d508
src/config/route.js
@@ -77,6 +77,17 @@
            type: 'menu',
            hidden: true
        }
    },
    {
        name: "消息中心",
        path: "/notification/notice/newsmail",
        component: "notification/notice/newsmail",
        meta: {
            icon: "el-icon-menu",
            title: "消息中心",
            type: 'menu',
            hidden: true
        }
    }
]