开门红方案

This commit is contained in:
mengxiaolong
2020-11-30 18:32:43 +08:00
parent 9861b29aef
commit ec4fd36257
5 changed files with 70 additions and 2 deletions

View File

@@ -27,3 +27,12 @@ export function getComPerformance(data) {
data
})
}
// 开门红方案图片查询
export function getSchemePics(data) {
return request({
url: getUrl('/app/code/getCodeValue', 1),
method: 'post',
data
})
}