mirror of https://gitee.com/stylefeng/guns
默认设置所有菜单都是前后台都显示,可以自行调整
parent
6bc0556674
commit
a5243646df
|
@ -1 +1,3 @@
|
|||
ALTER TABLE `sys_menu` ADD COLUMN `antdv_front_type` tinyint(4) NULL DEFAULT NULL COMMENT '前台还是后台菜单:1-前台,2-后台,3-前后台都显示' AFTER `antdv_visible`;
|
||||
|
||||
update sys_menu set antdv_front_type = 3;
|
Loading…
Reference in New Issue