fix: settings
This commit is contained in:
parent
20b77061ad
commit
c781be2d86
|
|
@ -32,7 +32,10 @@ import { useConfigStore } from '@/stores/config'
|
|||
import { useAuthStore } from '@/stores/auth'
|
||||
import {useRoute} from 'vue-router'
|
||||
|
||||
definePage({ name: 'user.settings' })
|
||||
definePage({
|
||||
name: 'user.settings',
|
||||
redirect: {name: 'user.settings.general'},
|
||||
})
|
||||
|
||||
const { t } = useI18n({useScope: 'global'})
|
||||
useTitle(() => t('user.settings.title'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue