export default [ { path: 'amis', name: 'AMIS', component: () => import('./IndexPage.vue'), meta: { title: 'Amis', permission: ['*'], keepalive: true, }, }, ];