mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 00:46:45 +08:00
img路径拼接
This commit is contained in:
@@ -40,4 +40,12 @@ export function getBaseAgentInfo(data) {
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
//转code
|
||||
export function getCode(data) {
|
||||
return request({
|
||||
url: getUrl(`/agent/Performance/getGroupCodeByName`, 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user