修改菜单名

添加设置切换动画
This commit is contained in:
thofx
2023-07-22 17:00:01 +08:00
parent 4d67126f0e
commit 4bd9bc4a1f
11 changed files with 17 additions and 17 deletions
@@ -152,7 +152,7 @@ import UserProfile from '@/layouts/components/UserProfile.vue'
:item="{
title: '设定',
icon: 'mdi-cog',
to: '/account-setting',
to: '/setting',
}"
/>
</template>