fix: 修复i18n key拼写错误(dmin->admin)和dashboard对象引用问题

This commit is contained in:
2026-05-01 08:33:36 +08:00
parent ffba49bd77
commit f0bef45834
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ onUnmounted(() => {
<template>
<BasicPage
:title="t('admin.dashboard')"
:title="t('admin.dashboard.title')"
:description="`${t('admin.welcomeBack')}, ${currentUser?.username || t('admin.developer')}`"
>
<div v-if="loading" class="flex items-center justify-center py-12">