fix: recommend

This commit is contained in:
zzc
2026-02-05 19:46:32 +08:00
parent d50af82fb8
commit 4a90afd968
7 changed files with 399 additions and 0 deletions

View File

@@ -55,6 +55,26 @@ export const asyncRoutes = [
name: 'SpringMini',
meta: { title: '新春祝福', icon: 'gift', permissions: ['admin'] },
children: [
{
path: 'index',
component: EmptyLayout,
alwaysShow: true,
redirect: 'noRedirect',
name: 'Index',
meta: {
title: '首页',
icon: 'clover',
permissions: ['admin'],
},
children: [
{
path: 'recommend',
name: 'Recommend',
component: () => import('@/views/spring/index/recommend/index'),
meta: { title: '推介列表', icon: 'list' },
},
],
},
{
path: 'blessing',
component: EmptyLayout,