| | |
| | | export const BigScreen: AppRouteRecordRaw = { |
| | | path: '/bigScreen', |
| | | name: 'BigScreen', |
| | | component: () => import('/@/views/dry/bigScreen/BigWorkShop.vue'), |
| | | component: () => import('/@/views/dry/bigScreen/BigWorkShop-tjt.vue'), |
| | | meta: { |
| | | title: t('big.screen.workshop'), |
| | | }, |
| | |
| | | export const BigEqp: AppRouteRecordRaw = { |
| | | path: '/bigEqp', |
| | | name: 'BigEqp', |
| | | component: () => import('/@/views/dry/bigScreen/BigEqp.vue'), |
| | | component: () => import('/src/views/dry/bigScreen/BigEqp-tjt.vue'), |
| | | meta: { |
| | | title: t('big.screen.eqp'), |
| | | }, |