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.配置首页

 

 



posted on 2023-06-09 17:03  GKLBB  阅读(4133)  评论(0)    收藏  举报