| | |
| | | title: t('big.screen.workshop'), |
| | | }, |
| | | } |
| | | export const BigScreenN: AppRouteRecordRaw = { |
| | | path: '/bigScreenN', |
| | | name: 'BigScreenN', |
| | | component: () => import('/@/views/dry/bigScreen/BigWorkShop2.vue'), |
| | | meta: { |
| | | title: t('big.screen.workshopn'), |
| | | }, |
| | | } |
| | | export const BigEqp: AppRouteRecordRaw = { |
| | | path: '/bigEqp', |
| | | name: 'BigEqp', |
| | |
| | | } |
| | | |
| | | // Basic routing without permission |
| | | export const basicRoutes = [LoginRoute, RootRoute, ...mainOutRoutes, REDIRECT_ROUTE, PAGE_NOT_FOUND_ROUTE, TokenLoginRoute, Oauth2LoginRoute,BigScreen,BigEqp] |
| | | export const basicRoutes = [LoginRoute, RootRoute, ...mainOutRoutes, REDIRECT_ROUTE, PAGE_NOT_FOUND_ROUTE, TokenLoginRoute, Oauth2LoginRoute,BigScreen,BigScreenN,BigEqp] |