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