解决方案&创新服务&活动报名

This commit is contained in:
hh
2022-01-18 18:55:17 +08:00
parent ea36a118c4
commit 052f18cae4
22 changed files with 1374 additions and 310 deletions

View File

@ -38,4 +38,21 @@ export function company() {
url: '/v1/index/distribution/company',
method: 'get'
})
}
}
// 获取banner
export function banner (key) {
return request({
url: '/v1/sys/banner',
method: 'get',
params: { key }
})
}
// 行业领域信息
export function industry () {
return request({
url: '/v1/sys/industry',
method: 'get',
})
}