mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
fix
This commit is contained in:
@@ -78,7 +78,7 @@ import UserProfile from '@/layouts/components/UserProfile.vue'
|
|||||||
/>
|
/>
|
||||||
<VerticalNavLink
|
<VerticalNavLink
|
||||||
:item="{
|
:item="{
|
||||||
title: '推荐榜单',
|
title: '推荐',
|
||||||
icon: 'mdi-table-star',
|
icon: 'mdi-table-star',
|
||||||
to: '/ranking',
|
to: '/ranking',
|
||||||
}"
|
}"
|
||||||
|
|||||||
@@ -30,9 +30,9 @@ const getApiPath = (types: string[] | string) => {
|
|||||||
|
|
||||||
const getTitle = (types: string[] | string) => {
|
const getTitle = (types: string[] | string) => {
|
||||||
if (Array.isArray(types)) {
|
if (Array.isArray(types)) {
|
||||||
return ['发现', titles[types[0]][types[1]]]
|
return ['推荐', titles[types[0]][types[1]]]
|
||||||
} else {
|
} else {
|
||||||
return ["发现"]
|
return ["推荐"]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user