[FIX]【福享年年】获取主险列表-建议书,请求接口地址修改

This commit is contained in:
yuweiqi
2020-06-29 16:32:27 +08:00
parent e38b06be14
commit e4b8941a90

View File

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