From c9d9ef45c7c2da322b578ea1304c4694cdd45fbb Mon Sep 17 00:00:00 2001 From: liyuetong Date: Fri, 21 May 2021 11:16:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E5=8D=95--=E6=8A=95=E8=A2=AB=E4=BF=9D?= =?UTF-8?q?=E4=BA=BA=E6=88=AA=E8=87=B3=E6=97=A5=E6=9C=9F=E4=BB=8E=E6=98=8E?= =?UTF-8?q?=E5=A4=A9=E5=88=B0=E5=BE=80=E5=90=8E20=E5=B9=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/ebiz/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ] //根据需要进行删减