export default [ { path: 'json-view', name: 'JSON_VIEW', component: () => import('./IndexPage.vue'), meta: { title: 'JSON预览', permission: ['*'], keepalive: true, }, }, ];