mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 23:16:43 +08:00
权限
This commit is contained in:
committed by
li.jieyu@ebiz-digits.com
parent
3a6436ccb9
commit
02bb1b42ef
@@ -90,3 +90,12 @@ export function getCheckModelAgentInfo(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 校验当前用户权限
|
||||
export function funcPermCheck(data) {
|
||||
return request({
|
||||
url: getUrl('/agent/funcPerm/check', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user