From ebb3dcdf617c7455b9fd0a84f37ddc384cc83af8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 03 十一月 2019 20:58:22 +0800 Subject: [PATCH] second-level-menu --- src/store/action.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index 071fda0..01456d0 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -64,6 +64,11 @@ // 閲嶇疆缂栬緫绾у埆 export const resetEditLevel = (editLevel) => { + // if (editLevel) { + // document.getElementById('root').style.overflow = 'hidden' + // } else { + // document.getElementById('root').style.overflow = 'visible' + // } return { type: user.RESET_EDITLEVEL, editLevel -- Gitblit v1.8.0