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) => {