feat:重构推荐页面,添加推荐数据源接口并更新路由和视图

This commit is contained in:
jxxghp
2025-02-08 21:47:57 +08:00
parent 52843dcf97
commit 5def9d5f81
10 changed files with 210 additions and 87 deletions
+2 -2
View File
@@ -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
View File
@@ -18,7 +18,7 @@ export const SystemNavMenus = [
{
title: '推荐',
icon: 'mdi-star-outline',
to: '/ranking',
to: '/recommend',
header: '发现',
admin: false,
footer: true,