Finish role add and edit
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user