src/router/views/index.js
@@ -27,6 +27,24 @@ }, ], }, // 事件工单 { path: '/tickets', component: () => Store.getters.isMacOs ? import('@/mac/index.vue') : import('@/page/index/index.vue'), redirect: '/tickets/ticket', children: [ { path: 'ticket', name: '事件工单', meta: { i18n: 'dashboard', }, component: () => import(/* webpackChunkName: "views" */ '@/views/tickets/ticket.vue'), }, ], }, { path: '/test', component: Layout,