This commit is contained in:
wyw 2024-03-06 09:51:23 +08:00
parent 050ac3fecf
commit c92e3c4908

View File

@ -1097,6 +1097,18 @@ const BS070ShowPrint = Loadable({
loader: () => import('../components/CustomPages/BS/BS070ShowPrint'), loader: () => import('../components/CustomPages/BS/BS070ShowPrint'),
loading: () => <div /> loading: () => <div />
}) })
const BS072ShowPrint = Loadable({
loader: () => import('../components/CustomPages/BS/BS072ShowPrint'),
loading: () => <div />
})
const BS073ShowPrint = Loadable({
loader: () => import('../components/CustomPages/BS/BS073ShowPrint'),
loading: () => <div />
})
const BS074ShowPrint = Loadable({
loader: () => import('../components/CustomPages/BS/BS074ShowPrint'),
loading: () => <div />
})
const FO017ShowPrint = Loadable({ const FO017ShowPrint = Loadable({
loader: () => import('../components/CustomPages/FO/FO017ShowPrint'), loader: () => import('../components/CustomPages/FO/FO017ShowPrint'),
loading: () => <div /> loading: () => <div />