fix:修复重置布局配置时,布局方式无法重置的问题

This commit is contained in:
妙码生花 2022-03-11 20:46:09 +08:00
parent d84007c1dd
commit 51be127c9c

View File

@ -198,6 +198,7 @@ const onCloseDrawer = () => {
const restoreDefault = () => {
Local.remove(STORE_CONFIG)
Session.remove(BEFORE_RESIZE_LAYOUT)
router.go(0)
}
</script>