zhouwx
2025-04-18 39868da3de6192d19dfd316c8be1c080b2d3ebe7
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