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

4
src/services/system.tsx Normal file
View File

@@ -0,0 +1,4 @@
import request from '@/services/index'
import { URL_API_SYS_LOG } from '@/constants/urls.constants'
export const r_getSysLog = () => request.get<SysLogGetVo[]>(URL_API_SYS_LOG)