forked from huge/frontEnd/hugeOA

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