| | |
| | | }, |
| | | } |
| | | |
| | | export const BigScreen: AppRouteRecordRaw = { |
| | | path: '/bigScreen', |
| | | name: 'BigScreen', |
| | | component: () => import('/@/views/dry/bigScreen/BigWorkShop.vue'), |
| | | meta: { |
| | | title: t('big.screen.workshop'), |
| | | }, |
| | | } |
| | | export const BigEqp: AppRouteRecordRaw = { |
| | | path: '/bigEqp', |
| | | name: 'BigEqp', |
| | | component: () => import('/@/views/dry/bigScreen/BigEqp.vue'), |
| | | meta: { |
| | | title: t('big.screen.eqp'), |
| | | }, |
| | | } |
| | | //update-begin---author:wangshuai ---date:20220629 for:auth2登录页面路由------------ |
| | | export const Oauth2LoginRoute: AppRouteRecordRaw = { |
| | | path: '/oauth2-app/login', |
| | |
| | | } |
| | | |
| | | // Basic routing without permission |
| | | export const basicRoutes = [LoginRoute, RootRoute, ...mainOutRoutes, REDIRECT_ROUTE, PAGE_NOT_FOUND_ROUTE, TokenLoginRoute, Oauth2LoginRoute] |
| | | export const basicRoutes = [LoginRoute, RootRoute, ...mainOutRoutes, REDIRECT_ROUTE, PAGE_NOT_FOUND_ROUTE, TokenLoginRoute, Oauth2LoginRoute,BigScreen,BigEqp] |