mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 11:06:43 +08:00
[FIX]【福享年年】获取主险列表-建议书,请求接口地址修改
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user