mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 07:06:44 +08:00
GFRS-615 问卷调查VUE初版代码提交 --提交人:阳华祥
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user