This commit is contained in:
wyw 2024-03-06 09:52:55 +08:00
parent c92e3c4908
commit 3664a902b2

View File

@ -139,6 +139,18 @@ const BS064ShowPrint = Loadable({
loader: () => import('../components/CustomPages/BS/BS064ShowPrint'), loader: () => import('../components/CustomPages/BS/BS064ShowPrint'),
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 BS070ShowPrint = Loadable({ const BS070ShowPrint = Loadable({
loader: () => import('../components/CustomPages/BS/BS070ShowPrint'), loader: () => import('../components/CustomPages/BS/BS070ShowPrint'),
loading: () => <div /> loading: () => <div />