fastadmin sets import permissions separately

Role group, no separate import permission
to operate the database fa_auth_ruletables
select the same hierarchy menu, copy the modified namefield
to 类/import
modify title=>导入

INSERT INTO `table`.`fa_auth_rule` 
(`id`, `type`, `pid`, `name`, `title`, `icon`, `condition`, `remark`, `ismenu`, `createtime`, `updatetime`, `weigh`, `status`) 
VALUES 
(NULL, 'file', '131', 'data/import', '导入', 'fa fa-circle-o', '', '', '0', '1588062825', '1588062825', '0', 'normal')

Insert picture description here

Guess you like

Origin blog.csdn.net/lows_H/article/details/107467017