mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(projects): 修复在新版vite下环境变量获取不到的问题
This commit is contained in:
2
src/typings/system.d.ts
vendored
2
src/typings/system.d.ts
vendored
@ -238,7 +238,7 @@ interface GlobalHeaderProps {
|
||||
/** 显示头部菜单 */
|
||||
showHeaderMenu: boolean;
|
||||
/** 显示菜单折叠按钮 */
|
||||
showMenuCollape: boolean;
|
||||
showMenuCollapse: boolean;
|
||||
}
|
||||
|
||||
/** 菜单项配置 */
|
||||
|
Reference in New Issue
Block a user