forked from huge/frontEnd/hugeOA

Mr Ke
2020-10-20 44ded758bb586d08461538d7f1c2d42d6750d977
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(' - ');