fix: 修复i18n key拼写错误(dmin->admin)和dashboard对象引用问题
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user