dashboard.ts 284 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 export default { path: 'dashboard', name: 'dashboard', component: () => import('@/views/dashboard/index.vue'), meta: { title: '信息概览', requiresAuth: true, icon: 'icon-dashboard', roles: ['*'], order: 99999999, breadcrumb: ['dashboard'], }, };