This commit is contained in:
2024-02-19 16:54:24 +08:00
parent d7746faca3
commit 71a3188491

View File

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