diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..fa70f24 Binary files /dev/null and b/public/logo.png differ diff --git a/src/layout/components/Asider/index.vue b/src/layout/components/Asider/index.vue index fe39bd7..633c881 100644 --- a/src/layout/components/Asider/index.vue +++ b/src/layout/components/Asider/index.vue @@ -4,7 +4,7 @@ :style="appStore.menuDark ? appStore.themeCSSVar : undefined" > diff --git a/src/layout/components/Logo.vue b/src/layout/components/Logo.vue index ad0db9e..fa3d7ad 100644 --- a/src/layout/components/Logo.vue +++ b/src/layout/components/Logo.vue @@ -1,8 +1,12 @@ @@ -14,8 +18,10 @@ const props = withDefaults(defineProps(), { }) const appStore = useAppStore() // const title = computed(() => appStore.getTitle()) -const title = "武汉迪特聚能有限公司管理平台" -const logo = computed(() => appStore.getLogo()) +const title = "数智平台" +const logo = "/logo.png" +//computed(() => appStore.getLogo()) + interface Props { collapsed?: boolean @@ -29,50 +35,46 @@ const toHome = () => {