mirror of https://gitee.com/stylefeng/roses
【7.2.5】【menu】修复枚举值错误
parent
b4d7d6a6b7
commit
8e1c230f45
|
@ -48,7 +48,7 @@ public enum AntdvFrontTypeEnum {
|
|||
/**
|
||||
* 3-前后台都显示
|
||||
*/
|
||||
TOTAL_SHOW(2, "前后台都显示");
|
||||
TOTAL_SHOW(3, "前后台都显示");
|
||||
|
||||
private final Integer code;
|
||||
|
||||
|
|
Loading…
Reference in New Issue