From 98a4ae970ca1fff1857c27f0910c030482770b41 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 26 八月 2022 13:02:33 +0800 Subject: [PATCH] 2022-08-26 --- 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