This commit is contained in:
liyuetong
2021-06-03 14:52:25 +08:00
committed by li.jieyu@ebiz-digits.com
parent 3a6436ccb9
commit 02bb1b42ef
5 changed files with 52 additions and 7 deletions

View File

@@ -90,3 +90,12 @@ export function getCheckModelAgentInfo(data) {
data
})
}
// 校验当前用户权限
export function funcPermCheck(data) {
return request({
url: getUrl('/agent/funcPerm/check', 1),
method: 'post',
data
})
}