更新
This commit is contained in:
@@ -12,7 +12,7 @@ export default{
|
|||||||
// 查询企业配置
|
// 查询企业配置
|
||||||
getCompanyConfigByCompanyId(id) {
|
getCompanyConfigByCompanyId(id) {
|
||||||
return request({
|
return request({
|
||||||
url: `/${service_name}/oil-user/getCompanyConfigByCompanyId?companyId=${id}`,
|
url: `/${service_name}/sysCompanyConfig/getCompanyConfigByCompanyId/${id}`,
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user