pyt
2025-03-13 706d0f9e5e1f76e2002a91ecccfd62c9ad3ad443
management/src/pages/system/welco/index.jsx
@@ -4,7 +4,7 @@
const SystemSettings = () => {
    return (
        <PageContainer title={''} className={'weclome'}>
            <img src={require('../../../../public/logo/welcome.png')} style={{ width: "100%", height: "calc(100vh - 74px)" }} />
            <img src={require('../../../../public/logo/wellcome.png')} style={{ width: "100%", height: "calc(100vh - 74px)" }} />
        </PageContainer>
    )