{
path: '/houseHolderList',
name: 'householderList',
component: Main,
meta: {
hideInMenu: true, // 为true时隐藏路由
notCache: true
},
children: [
{
path: '/houseHolderList',
name: 'householderList',
meta: {
title: '宅基地信息',
notCache: true
},
component: () => import('@/view/estate/householder/HouseholderList.vue')
}
]
},
隐藏路由 iview-admin
最新推荐文章于 2024-09-13 21:42:26 发布