mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 11:26:43 +08:00
Merge branch 'feature/GFRS-615【待确定】问卷' into dev
# Conflicts: # src/assets/js/utils/request.js # src/router/ebiz/index.js # src/views/app/Home.vue
This commit is contained in:
@@ -57,8 +57,17 @@ let sale = [
|
||||
'/ppf/check',
|
||||
'/sale/insure/selfToHuman',
|
||||
'/sale/insure/orderPayStatusQuery'
|
||||
]
|
||||
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims]
|
||||
]
|
||||
|
||||
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, ...agentEnter, ...claims, ...survey]
|
||||
|
||||
// let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user