src/router/index.ts
@@ -170,10 +170,10 @@ permissions: ['demo:leave:edit'], children: [ { path: 'index/:id/:type', path: 'index', component: () => import('@/views/workflow/leave/leaveEdit.vue'), name: 'leaveEdit', meta: { title: '请假申请', activeMenu: '/demo/leave',noCache:true }, meta: { title: '请假申请', activeMenu: '/demo/leave', noCache: true } } ] }