mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 16:26:44 +08:00
需求:GFRS-221 入司审批
变更:代理人模板修改
This commit is contained in:
committed by
28CD73C051F645E8132835671423A23F
commit
573732d1d8
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user