forked from huge/frontEnd/hugeOA

Mr Ke
2020-04-29 c0c820559b46f3a5ede6fbd7f66e77d09981829f
src/pages/menu/menu.jsx
@@ -49,7 +49,7 @@
        return p
      }
    }, []);
    console.log(getMenuListByPermission(menus, permList) )
    // console.log(getMenuListByPermission(menus, permList) )
    this.setState({ data: getMenuListByPermission(menus, permList) });
  }
  componentDidMount() { }