按住 ctrl + 鼠标左键 ,在 vue路由 中,点击 component: () => import(‘@/views/index.vue’) 跳转到对应 vue文件
{
path: 'personnelInformation',
name: 'personnelInformation',
component: () => import('@/views/provinceLaborResource/dataStatistics/personnelInformation/index.vue'),
meta: { title: '人员信息核实情况表', icon: 'spot' }
}
ctrl + 鼠标右键