feat: Improve the front-end permission access logic and sample code

This commit is contained in:
vince
2024-07-05 23:51:50 +08:00
parent dd71988253
commit a60467b01c
6 changed files with 163 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
export { default as CodeAuthority } from './code-authority.vue';
export * from './generate-menu-and-routes';
export { default as RoleAuthority } from './role-authority.vue';
export type * from './types';