Finish role add and edit

This commit is contained in:
2023-11-13 17:53:42 +08:00
parent 3e407fc9c8
commit e6b39a46de
9 changed files with 423 additions and 89 deletions

View File

@@ -2,6 +2,7 @@ export const URL_API_LOGIN = '/login'
export const URL_API_TOKEN = '/token'
export const URL_API_LOGOUT = '/logout'
export const URL_API_SYS_LOG = '/system/log'
export const URL_API_USER_INFO = '/system/user/info'
export const URL_API_USER_LIST = '/system/user'
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'