feat: 应用名和logo修改
This commit is contained in:
@@ -4,18 +4,12 @@ import { computed } from 'vue';
|
||||
import { AuthPageLayout } from '@vben/layouts';
|
||||
import { preferences } from '@vben/preferences';
|
||||
|
||||
import { $t } from '#/locales';
|
||||
|
||||
const appName = computed(() => preferences.app.name);
|
||||
const logo = computed(() => preferences.logo.source);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<AuthPageLayout
|
||||
:app-name="appName"
|
||||
:logo="logo"
|
||||
:page-title="$t('authentication.pageTitle')"
|
||||
>
|
||||
<AuthPageLayout :app-name="appName" :logo="logo">
|
||||
<!-- 自定义工具栏 -->
|
||||
<!-- <template #toolbar></template> -->
|
||||
</AuthPageLayout>
|
||||
|
||||
Reference in New Issue
Block a user