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: '环境健康主动管理服务' },
   ]);
   const showMenuClick = () => {
-    //toggleMenu(); //todo
+    toggleMenu();
   };
 
   const openNotification = () => {