常见开发问题 --- 去除若依的首页菜单

发布时间 2023-06-09 17:07:50作者: GKLBB

0.将页面放置在views\system\index\index

1.将ruoyi-ui\src\router\index.js下的将

{
path: '',
component: Layout,
redirect: 'index',
children: [
{
path: 'index',
component: () => import('@/views/system/index/index'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
}
]
},
放置到姓名里面
export const dynamicRoutes = []

3.配置首页