【7.2.5】【menu】修复枚举值错误

pull/37/head
fengshuonan 2022-09-29 10:13:33 +08:00
parent b4d7d6a6b7
commit 8e1c230f45
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public enum AntdvFrontTypeEnum {
/**
* 3-
*/
TOTAL_SHOW(2, "前后台都显示");
TOTAL_SHOW(3, "前后台都显示");
private final Integer code;