Merge branch 'feature/个险业绩排行优化' into release/20210127

# Conflicts:
#	src/assets/js/utils/request.js
This commit is contained in:
mengxiaolong
2021-01-27 14:41:18 +08:00
7 changed files with 1250 additions and 480 deletions

View File

@@ -96,6 +96,9 @@ let whitelist = ['/agent/white/getWhiteInfo']
let goodStart = ['/data/performance/getComPerformance']
// 个险业绩排行优化
let performanceRanking = ['/data/performance/getComList', '/data/performance/getComPerformance']
let whiteList = [
'/customer/agent/getCustomersList',
...proposal,
@@ -109,7 +112,8 @@ let whiteList = [
...renewalManage,
...hgb,
...whitelist,
...goodStart
...goodStart,
...performanceRanking
]
// 创建axios实例