需求:GFRS-221 入司审批

变更:代理人模板修改
This commit is contained in:
ding.zhou
2020-02-25 17:25:26 +08:00
committed by 28CD73C051F645E8132835671423A23F
22 changed files with 450 additions and 400 deletions

View File

@@ -34,8 +34,27 @@ let sale = [
'/sale/insure/selfToHuman',
'/sale/insure/orderPayStatusQuery'
] //在线投保
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale]
let agentEnter = [
'/agent/enter/share',
'/agent/enter/query',
'/agent/enter/saveOrUpdateInfo',
'/agent/enter/queryAll',
'/agent/enter/getImpart',
'/agent/agreement/query',
'/agent/agreement/signAgreement',
'/agent/enter/query'
] //入司
let claims = [
`/claim/claimApply/progress`,
`/claim/claimApply/progressDetail`,
`/claim/claimReport/history`,
`/claim/claimApply/apply`,
`/edor/customer/customerList`,
`/edor/customer/customerInfo`,
`/claim/claimApply/query`,
`/claim/claimApply/delete`
]
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims]
// 创建axios实例
const service = axios.create({