1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-04 22:41:24 +08:00

Added front-end menu permission control

This commit is contained in:
2023-05-19 18:09:41 +08:00
parent eefaa63142
commit d86de7bbcc
5 changed files with 79 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ begin;
insert into t_power (type_id)
values (1);
insert into t_menu (id, name, url, power_id, parent_id)
VALUES (2, '角色管理', '/system/role', last_insert_id(), null);
VALUES (2, '角色管理', '/power/role', last_insert_id(), null);
commit;
begin;