route.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: 'json-view',
    name: 'JSON_VIEW',
    component: () => import('./IndexPage.vue'),
    meta: {
      title: 'JSON预览',
      permission: ['*'],
      keepalive: true,
    },
  },
];