This commit is contained in:
2023-11-02 18:29:13 +08:00
parent d708cf7906
commit a8167b0741
11 changed files with 119 additions and 38 deletions

View File

@@ -1,5 +1,6 @@
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'