router.ts 217 Bytes
Newer Older
hucy's avatar
hucy committed
1 2 3 4 5 6 7 8 9 10 11 12
export default [
  {
    path: 'state-mgt',
    name: 'StateMgt',
    component: () => import('./StateMgt.vue'),
    meta: {
      title: '状态管理',
      permission: ['*'],
      keepalive: true,
    },
  },
];