src/layout/components/Sidebar/Logo.vue
@@ -39,7 +39,7 @@ console.log(firstPage.value,'firstPage.value') if(Cookies.get('configInfo')){ const config = JSON.parse(Cookies.get('configInfo')) if(config.logoPath != ''){ if(config && config.logoPath != ''){ logoImg.value = import.meta.env.VITE_APP_BASE_API + "/" + config.logoPath }else { logoImg.value = logo