fix: 🐛 修复移动端切换顶部布局模式时的遮罩问题

This commit is contained in:
cshaptx4869
2024-07-05 11:39:26 +08:00
parent aa1a6e70f4
commit ff270c6ed3
3 changed files with 6 additions and 6 deletions

View File

@@ -96,8 +96,6 @@ function changeLayout(layout: string) {
settingsStore.changeLayout(layout);
if (layout === LayoutEnum.MIX) {
route.name && againActiveTop(route.name as string);
} else if (layout === LayoutEnum.TOP) {
appStore.openSideBar();
}
}