Commit 3a3357f765da4692f8ea606d08c544cd4982d719

Authored by sqy
1 parent 6a47e0ab

'fix:修复无法登录问题'

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -23,7 +23,7 @@ export function useTitle() {
23 23
24 24 const tTitle = t(route?.meta?.title as string);
25 25 pageTitle.value = tTitle
26   - ? ` ${tTitle} - ${storage.get('platInfo').name ?? title} `
  26 + ? ` ${tTitle} - ${storage.get('platInfo')?.name ?? title} `
27 27 : `${title}`;
28 28 },
29 29 { immediate: true }
... ...