img路径拼接

This commit is contained in:
huichao
2020-07-29 13:19:12 +08:00
parent 03c2751132
commit 24e7bdef96
3 changed files with 49 additions and 16 deletions

View File

@@ -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
})
}