loading白名单和总浏览,查看失败原因

This commit is contained in:
nimengmeng_1990
2019-12-09 14:43:06 +08:00
parent 088a8bef74
commit 7b4dabe7b2
6 changed files with 82 additions and 34 deletions

View File

@@ -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({