diff --git a/src/router/ebiz/index.js b/src/router/ebiz/index.js index d7dc5f0c8..33dc94986 100644 --- a/src/router/ebiz/index.js +++ b/src/router/ebiz/index.js @@ -37,7 +37,7 @@ import insureAgain from './insureAgain' // 产说会 import productionSay from './productionSay' // 出单详情 -import billingDetail from './billingDetail' +// import billingDetail from './billingDetail' export default [ ...proposal, @@ -71,5 +71,5 @@ export default [ ...insureAgain, ...eqiVisit, ...productionSay, - ...billingDetail + // ...billingDetail ] //根据需要进行删减