hejianhao
2025-03-06 8cff650f3418f5cc982a1ac9d92b0e8574cce589
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>
    )