From e4b8941a902e08fbddd89a636a63f84dd1bcb172 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Mon, 29 Jun 2020 16:32:27 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90=E7=A6=8F=E4=BA=AB=E5=B9=B4?= =?UTF-8?q?=E5=B9=B4=E3=80=91=E8=8E=B7=E5=8F=96=E4=B8=BB=E9=99=A9=E5=88=97?= =?UTF-8?q?=E8=A1=A8-=E5=BB=BA=E8=AE=AE=E4=B9=A6=EF=BC=8C=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ebiz/common/common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/ebiz/common/common.js b/src/api/ebiz/common/common.js index d554da983..95c52828d 100644 --- a/src/api/ebiz/common/common.js +++ b/src/api/ebiz/common/common.js @@ -12,7 +12,8 @@ export function calculatePremium(data) { // 主险列表 export function mainRiskList(data) { return request({ - url: getUrl(`/${localStorage.isFrom}/product/getMainRiskLst`, 1), + url: getUrl(`/sale/product/getMainRiskLst`, 1), + // url: getUrl(`/${localStorage.isFrom}/product/getMainRiskLst`, 1), method: 'post', data })