zhaojijng 3 years ago
parent
commit
b85243da4c
1 changed files with 1 additions and 1 deletions
  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: '环境健康主动管理服务' },
   ]);
   const showMenuClick = () => {
-    //toggleMenu(); //todo
+    toggleMenu();
   };
 
   const openNotification = () => {