沈丘营商办后台前端项目
王恒
4 天以前 cd95b584fe7da1ea63476871eabf512213a31e69
src/layout/components/Sidebar/Logo.vue
@@ -7,7 +7,7 @@
      </router-link>
      <router-link v-else key="expand" class="sidebar-logo-link" to="/home">
        <!-- <img v-if="logotxt" :src="logotxt" class="sidebar-logo-txt" /> -->
        惠企执法
        察县扫码入企监督平台
      </router-link>
    </transition>
  </div>
@@ -26,7 +26,7 @@
  },
});
const title = ref("惠企执法");
const title = ref("察县扫码入企监督平台");
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>