fix(projects): 修复在新版vite下环境变量获取不到的问题

This commit is contained in:
Soybean
2022-04-04 17:30:26 +08:00
parent 2d6d179d66
commit 3fb13ca9e7
9 changed files with 2033 additions and 3416 deletions

View File

@ -238,7 +238,7 @@ interface GlobalHeaderProps {
/** 显示头部菜单 */
showHeaderMenu: boolean;
/** 显示菜单折叠按钮 */
showMenuCollape: boolean;
showMenuCollapse: boolean;
}
/** 菜单项配置 */