From d62b3267ec364606c800fb6fdb63bb49898ecb01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E5=AD=90=E9=BE=99?= <14096380+qwe963852@user.noreply.gitee.com> Date: Sat, 12 Oct 2024 12:01:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor:()=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/saas/saas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }) }