From 60d0383cc40f1ca253f755f915c7e32568e6668e Mon Sep 17 00:00:00 2001 From: zy <82248909@qq.com> Date: Thu, 19 Mar 2026 11:48:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=8E=B7=E5=8F=96=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Application/src/AppLogo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Application/src/AppLogo.vue b/src/components/Application/src/AppLogo.vue index ddd7526..5e041cd 100644 --- a/src/components/Application/src/AppLogo.vue +++ b/src/components/Application/src/AppLogo.vue @@ -40,7 +40,7 @@ const { getCollapsedShowTitle } = useMenuSetting(); const userStore = useUserStore(); // const { title } = useGlobSetting(); - const { title } = ref(''); + const title = ref(''); const go = useGo(); const getAppLogoClass = computed(() => [prefixCls, props.theme, { 'collapsed-show-title': unref(getCollapsedShowTitle) }]);