#
luxiaotao1123
2024-09-09 7b933ed01aeaa11358365d316114f27bcb37f9e5
zy-acs-flow/src/layout/Logo.jsx
@@ -43,7 +43,11 @@
    }
    const getLogo = (themeName, mode) => {
        console.log(mode);
        switch (themeName) {
            case 'rcs':
                return mode === 'dark' ? darkLogo() : darkLogo({opacity: 1});
            case 'soft':
                return theme.palette.mode === 'dark' ? darkLogo() : lightLogo({opacity: .7});
            case 'default':