mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 13:46:43 +08:00
提交最新更改
This commit is contained in:
@@ -11,7 +11,27 @@ let proposal = [
|
||||
'/proposal/proposal/deleteProposal'
|
||||
] //建议书
|
||||
let sale = ['/sale/order/orderList', '/sale/order/saveOrUpdateOrderInfo'] //在线投保
|
||||
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