| | |
| | | |
| | | export default [ |
| | | { |
| | | path: '/wel', |
| | | component: () => |
| | | Store.getters.isMacOs ? import('@/mac/index.vue') : import('@/page/index/index.vue'), |
| | | redirect: '/wel/index', |
| | | path: '/dataCockpit', |
| | | component: Layout, |
| | | redirect: '/dataCockpit/index', |
| | | children: [ |
| | | { |
| | | path: 'index', |
| | | name: '个人工作台', |
| | | name: '数据驾驶舱', |
| | | meta: { |
| | | i18n: 'dashboard', |
| | | }, |
| | | component: () => import(/* webpackChunkName: "views" */ '@/views/wel/index.vue'), |
| | | component: () => import(/* webpackChunkName: "views" */ '@/views/dataCockpit/index.vue'), |
| | | }, |
| | | ], |
| | | }, |