后台-个人设置

This commit is contained in:
2026-01-26 16:59:52 +08:00
parent c84d4f74a6
commit 535fb734ea
11 changed files with 425 additions and 9 deletions

View File

@@ -7,4 +7,10 @@ export const AdminLogServices = {
getAdminMenuAjaxList: '/AdminMenu/getAdminMenuAjaxList',
/** 权限 */
getAdminFunctionAjaxList: '/AdminFunction/getAdminFunctionAjaxList',
/** AJAX */
/** 登录日志 */
getAdminLoginLogAjaxList: '/AdminLog/getAdminLoginLogAjaxList',
/** 操作日志 */
getAdminSysLogAjaxList: '/AdminLog/getAdminSysLogAjaxList',
} as const;