[NEW]DISC-列表页、封面页

This commit is contained in:
yuweiqi
2020-04-01 17:31:50 +08:00
parent ef634bf9d3
commit 42d17251ce
5 changed files with 209 additions and 48 deletions

View File

@@ -62,7 +62,10 @@ let survey = [
//'/customer/question/getTableId', // id 查询 -- ok
'/customer/question/getAgentInfo' // 代理人详情
]
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims, ...survey]
let manpower = [
'/customer/answer/queryList' //DISC性格分析
]
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims, ...survey, ...manpower]
// 创建axios实例
const service = axios.create({