审计列表

This commit is contained in:
仲么了
2023-12-27 16:36:10 +08:00
parent 7675d26246
commit fe1a09bc9f
9 changed files with 182 additions and 4 deletions

9
src/api/common.ts Normal file
View File

@@ -0,0 +1,9 @@
import createAxios from '@/utils/request'
// 用户名列表
export function saveLogParam() {
return createAxios({
url: '/system-boot/audit/saveLogParam',
method:'POST'
})
}