【fix】 修复处理冲突时,引起的项目无法正常启动。

This commit is contained in:
tian.guangyuan
2020-04-20 14:33:45 +08:00
parent ab4959b0de
commit dba77db331
2 changed files with 1 additions and 1 deletions

View File

@@ -65,7 +65,6 @@ let survey = [
let manpower = [
'/customer/answer/queryList' //DISC性格分析
]
]
// 卡单
let cardList = []
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims, ...survey, ...manpower]

View File

@@ -13,4 +13,5 @@ import report from './report'
import survey from './survey'
import nbs from './nbs'
import manpower from './manpower'
import cardList from './cardList'
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product, ...cardList ,...agentEenter, ...milestone, ...poster, ...report, ...survey, ...nbs, ...manpower] //根据需要进行删减