gaoshp
2024-06-11 e87012567c674cd69f7a8f87df7202eac60a8208
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
        }
    }
]