GFRS-615 问卷调查VUE初版代码提交 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-02-23 20:03:01 +08:00
parent 371b1e4534
commit 92b102b8ba
14 changed files with 660 additions and 4 deletions

View File

@@ -34,8 +34,16 @@ let sale = [
'/sale/insure/selfToHuman',
'/sale/insure/orderPayStatusQuery'
] //在线投保
let survey = [
//'/customer/question/getQuestionnaire', // 代理人下问卷查询 --ok
'/customer/question/getQuestion', // 问卷题库查询
'/customer/question/submit', // 问卷提交
//'/customer/question/shareSubmit', //问卷分享 --ok
//'/customer/question/getTableId', // id 查询 -- ok
'/customer/question/getAgentInfo' // 代理人详情
]
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale]
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...survey]
// 创建axios实例
const service = axios.create({