Finish group page

This commit is contained in:
2023-11-15 18:08:47 +08:00
parent 0e602224cb
commit 326c808622
6 changed files with 717 additions and 29 deletions

View File

@@ -5,4 +5,7 @@ export const URL_API_SYS_LOG = '/system/log'
export const URL_API_SYS_USER_INFO = '/system/user/info'
export const URL_API_SYS_USER = '/system/user'
export const URL_API_SYS_ROLE = '/system/role'
export const URL_API_SYS_POWER = '/system/power'
export const URL_API_SYS_POWER_LIST = '/system/power/list'
export const URL_API_SYS_ROLE_LIST = '/system/role/list'
export const URL_API_SYS_GROUP = '/system/group'
export const URL_API_SYS_GROUP_LIST = '/system/group/list'