From c7aece35a62b6e91fd98a625bf0e53f64bfbd18d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 17 八月 2023 16:22:15 +0800 Subject: [PATCH] 2023-08-17 --- src/templates/sharecomponent/settingcomponent/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/settingcomponent/index.jsx b/src/templates/sharecomponent/settingcomponent/index.jsx index 4886a07..24a1ce3 100644 --- a/src/templates/sharecomponent/settingcomponent/index.jsx +++ b/src/templates/sharecomponent/settingcomponent/index.jsx @@ -64,7 +64,6 @@ visible: false, loading: false }) - res.actionfixed = res.actionfixed === 'true' this.props.updatesetting({...config, setting: res}) }, () => { @@ -122,6 +121,7 @@ setting.drawerPlacement = ori.drawerPlacement || 'right' setting.searchRatio = ori.searchRatio || 6 setting.searchLwidth = ori.searchLwidth !== undefined ? ori.searchLwidth : 33.3 + setting.resetContrl = ori.resetContrl || 'init' if (window.GLOB.funcs && window.GLOB.funcs.length > 0) { window.GLOB.funcs.forEach(m => { -- Gitblit v1.8.0