mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
feat:重构推荐页面,添加推荐数据源接口并更新路由和视图
This commit is contained in:
+2
-2
@@ -28,8 +28,8 @@ const router = createRouter({
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/ranking',
|
||||
component: () => import('../pages/ranking.vue'),
|
||||
path: '/recommend',
|
||||
component: () => import('../pages/recommend.vue'),
|
||||
meta: {
|
||||
keepAlive: true,
|
||||
requiresAuth: true,
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ export const SystemNavMenus = [
|
||||
{
|
||||
title: '推荐',
|
||||
icon: 'mdi-star-outline',
|
||||
to: '/ranking',
|
||||
to: '/recommend',
|
||||
header: '发现',
|
||||
admin: false,
|
||||
footer: true,
|
||||
|
||||
Reference in New Issue
Block a user