yunxinguanli
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user