diff --git a/src/layouts/components/DefaultLayoutWithVerticalNav.vue b/src/layouts/components/DefaultLayoutWithVerticalNav.vue index 56fb6a60..edc4651f 100644 --- a/src/layouts/components/DefaultLayoutWithVerticalNav.vue +++ b/src/layouts/components/DefaultLayoutWithVerticalNav.vue @@ -78,7 +78,7 @@ import UserProfile from '@/layouts/components/UserProfile.vue' /> { const getTitle = (types: string[] | string) => { if (Array.isArray(types)) { - return ['发现', titles[types[0]][types[1]]] + return ['推荐', titles[types[0]][types[1]]] } else { - return ["发现"] + return ["推荐"] } };