yunxinguanli

This commit is contained in:
仲么了
2023-12-29 10:05:09 +08:00
parent edead841b8
commit dc5f97b6dc
10 changed files with 239 additions and 172 deletions

View File

@@ -4,6 +4,14 @@ import createAxios from '@/utils/request'
export function saveLogParam() {
return createAxios({
url: '/system-boot/audit/saveLogParam',
method:'POST'
method: 'POST'
})
}
// 区域列表
export function getAreaList() {
return createAxios({
url: '/user-boot/dept/deptTree',
method: 'POST'
})
}