mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 17:46:44 +08:00
[FIX]【福享年年】获取主险列表-建议书,请求接口地址修改
This commit is contained in:
@@ -12,7 +12,8 @@ export function calculatePremium(data) {
|
|||||||
// 主险列表
|
// 主险列表
|
||||||
export function mainRiskList(data) {
|
export function mainRiskList(data) {
|
||||||
return request({
|
return request({
|
||||||
url: getUrl(`/${localStorage.isFrom}/product/getMainRiskLst`, 1),
|
url: getUrl(`/sale/product/getMainRiskLst`, 1),
|
||||||
|
// url: getUrl(`/${localStorage.isFrom}/product/getMainRiskLst`, 1),
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user