From 8d24b2559c9929814b31c0615bdcf915669350af Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Sat, 16 May 2020 13:49:11 +0800 Subject: [PATCH] 加入下载链接 --- src/pages/menu/menu.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/menu/menu.jsx b/src/pages/menu/menu.jsx index 83d581b..54f24d3 100644 --- a/src/pages/menu/menu.jsx +++ b/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() { } -- Gitblit v1.8.0