diff --git a/src/api/saas/saas.js b/src/api/saas/saas.js index 7b192b8..1042c3d 100644 --- a/src/api/saas/saas.js +++ b/src/api/saas/saas.js @@ -391,7 +391,7 @@ export function selectListByCarType(carTypeId) { export function selectCarTypeResp(carTypeId) { return request({ - url: '/strategy/strategy/selectCarTypeResp/'+carTypeId, + url: '/saas/strategy/selectCarTypeResp/'+carTypeId, method: 'get' }) }