forked from huge/frontEnd/hugeOA

src/components/common/MenuView/index.jsx
@@ -21,6 +21,7 @@
    if (!menudata.length) return null;
    const { path, name, parentKey } = find(menudata, pathname);
    console.log('parentKey', parentKey)
    if (name) {
        const index = name.indexOf(' - ');