refactor:()登录页面

master
袁子龙 2024-10-12 12:01:59 +08:00
parent 256f6cf84c
commit d62b3267ec
1 changed files with 1 additions and 1 deletions

View File

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