mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 17:36:44 +08:00
[NEW]【保全-续期账号变更】配置mock
This commit is contained in:
@@ -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 preserve = [
|
||||
'/edor/customer/customerList' //客户搜索
|
||||
]
|
||||
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims, ...survey, ...preserve]
|
||||
|
||||
// 创建axios实例
|
||||
const service = axios.create({
|
||||
|
||||
Reference in New Issue
Block a user