mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 14:56:45 +08:00
Merge remote-tracking branch 'origin/feature/GFRS-615【待确定】问卷' into release/GFRS-615【待确定】问卷
# Conflicts: # src/assets/js/utils/request.js # src/views/app/Home.vue
This commit is contained in:
@@ -54,7 +54,15 @@ let claims = [
|
||||
`/claim/claimApply/query`,
|
||||
`/claim/claimApply/delete`
|
||||
]
|
||||
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]
|
||||
|
||||
// 创建axios实例
|
||||
const service = axios.create({
|
||||
|
||||
Reference in New Issue
Block a user