perf(Enum): enum关键字前面加上const修饰

This commit is contained in:
cshaptx4869
2024-03-07 08:58:10 +08:00
parent 65d3b48f5b
commit e72f206595
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
/**
* 菜单类型枚举
*/
export enum MenuTypeEnum {
export const enum MenuTypeEnum {
/**
* 目录
*/