zhaojijng 3 年之前
父节点
当前提交
b85243da4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/layouts/index.jsx

+ 1 - 1
src/layouts/index.jsx

@@ -19,7 +19,7 @@ export default (props) => {
     { title: 'sagacare介绍', id: 'notify2', content: '环境健康主动管理服务' },
     { title: 'sagacare介绍', id: 'notify2', content: '环境健康主动管理服务' },
   ]);
   ]);
   const showMenuClick = () => {
   const showMenuClick = () => {
-    //toggleMenu(); //todo
+    toggleMenu();
   };
   };
 
 
   const openNotification = () => {
   const openNotification = () => {