chore: lazy load auth toolbar

This commit is contained in:
2026-06-12 16:01:19 +08:00
parent 13fe7506c3
commit 8c5784e53a
2 changed files with 6 additions and 5 deletions
+2 -4
View File
@@ -16,8 +16,6 @@ const logo = computed(() => preferences.logo.source);
:logo="logo"
:page-description="$t('authentication.pageDesc')"
:page-title="$t('authentication.pageTitle')"
>
<!-- 自定义工具栏 -->
<!-- <template #toolbar></template> -->
</AuthPageLayout>
:toolbar="false"
/>
</template>