From ed78d94e0d7207579c06b176bac8bafc434e24bf Mon Sep 17 00:00:00 2001 From: dengjia Date: Wed, 27 Aug 2025 13:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/header/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/header/index.vue b/src/layout/header/index.vue index 6d0805c..1437d6a 100644 --- a/src/layout/header/index.vue +++ b/src/layout/header/index.vue @@ -120,7 +120,7 @@ const menuList = navStore.getNavList; const model = computed(() => menuStore.getModel); const userInfo = userStore.getUserInfo; const logoValue = ref({ - title: "", + title: "数据交换平台", }); const passwordDialogVisible = ref(false); const fnUserDropdownCommand = async (command) => {