mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-14 06:36:44 +08:00
【fix】 修复处理冲突时,引起的项目无法正常启动。
This commit is contained in:
@@ -65,7 +65,6 @@ let survey = [
|
|||||||
let manpower = [
|
let manpower = [
|
||||||
'/customer/answer/queryList' //DISC性格分析
|
'/customer/answer/queryList' //DISC性格分析
|
||||||
]
|
]
|
||||||
]
|
|
||||||
// 卡单
|
// 卡单
|
||||||
let cardList = []
|
let cardList = []
|
||||||
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims, ...survey, ...manpower]
|
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims, ...survey, ...manpower]
|
||||||
|
|||||||
@@ -13,4 +13,5 @@ import report from './report'
|
|||||||
import survey from './survey'
|
import survey from './survey'
|
||||||
import nbs from './nbs'
|
import nbs from './nbs'
|
||||||
import manpower from './manpower'
|
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] //根据需要进行删减
|
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product, ...cardList ,...agentEenter, ...milestone, ...poster, ...report, ...survey, ...nbs, ...manpower] //根据需要进行删减
|
||||||
|
|||||||
Reference in New Issue
Block a user