公司企业入驻

This commit is contained in:
熊丽君
2022-01-28 13:45:53 +08:00
parent 52a068bf7d
commit 9809222f10
20 changed files with 1289 additions and 25 deletions

View File

@ -7,3 +7,19 @@ export function launch(data) {
data
})
}
// 省市区选择
export function areaList(params) {
return request({
url: '/enterprise/v1/config/area',
method: 'get',
params,
})
}
// 领域
export function industry(params) {
return request({
url: '/enterprise/v1/config/industry',
method: 'get',
params,
})
}