From c92e3c49080ce492daeed0f3242e30b3f531a989 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Wed, 6 Mar 2024 09:51:23 +0800 Subject: [PATCH] 1324 --- src/utils/customConfig.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/utils/customConfig.js b/src/utils/customConfig.js index c2de257..de03313 100644 --- a/src/utils/customConfig.js +++ b/src/utils/customConfig.js @@ -1097,6 +1097,18 @@ const BS070ShowPrint = Loadable({ loader: () => import('../components/CustomPages/BS/BS070ShowPrint'), loading: () =>
}) +const BS072ShowPrint = Loadable({ + loader: () => import('../components/CustomPages/BS/BS072ShowPrint'), + loading: () => +}) +const BS073ShowPrint = Loadable({ + loader: () => import('../components/CustomPages/BS/BS073ShowPrint'), + loading: () => +}) +const BS074ShowPrint = Loadable({ + loader: () => import('../components/CustomPages/BS/BS074ShowPrint'), + loading: () => +}) const FO017ShowPrint = Loadable({ loader: () => import('../components/CustomPages/FO/FO017ShowPrint'), loading: () =>