electron-vue-admin
electron-vue-admin copied to clipboard
SidebarItem.vue inside <v-if="!item.hidden&&item.children"> is false
When false, the template is not compiled
router: { path: '', name:'home', component: home, redirect: '/home', hidden:true, children:[{ path:'home', component:()=>import("@/view/waterMonitoring/index"), meta: { title: '水质检验日报表', icon: 'fa fa-flask' }, }] } ,