From 41c55c1f103658b997f7a828a7067bdb228f1df0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 十月 2022 23:35:10 +0800 Subject: [PATCH] 2022-10-04 --- src/store/reducer.js | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/store/reducer.js b/src/store/reducer.js index 15db885..4729c77 100644 --- a/src/store/reducer.js +++ b/src/store/reducer.js @@ -1,12 +1,7 @@ import * as Type from './action-type' let _mainMenu = null -let _url = window.location.href.split('#')[0] let _collapse = localStorage.getItem('collapse') === 'true' - -if (localStorage.getItem(_url + '-sideHidden') === 'true') { - _mainMenu = '' -} let defaultState = { menuTree: null, // 鑿滃崟缁撴瀯鏍� -- Gitblit v1.8.0