| | |
| | | title: t('big.screen.eqp'), |
| | | }, |
| | | } |
| | | export const BigEqpCloud: AppRouteRecordRaw = { |
| | | path: '/bigEqpCloud', |
| | | name: 'BigEqpCloud', |
| | | component: () => import('/@/views/dry/bigScreen/BigEqpCloud.vue'), |
| | | meta: { |
| | | title: t('big.screen.eqpCloud'), |
| | | }, |
| | | } |
| | | |
| | | export const BigFaultCloud: AppRouteRecordRaw = { |
| | | path: '/bigFaultCloud', |
| | | name: 'BigFaultCloud', |
| | | component: () => import('/@/views/dry/bigScreen/BigFaultCloud.vue'), |
| | | meta: { |
| | | title: t('big.screen.faultCloud'), |
| | | }, |
| | | } |
| | | |
| | | //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,BigScreen,BigScreenN,BigEqp] |
| | | export const basicRoutes = [LoginRoute, RootRoute, ...mainOutRoutes, REDIRECT_ROUTE, PAGE_NOT_FOUND_ROUTE, TokenLoginRoute, Oauth2LoginRoute,BigScreen,BigScreenN,BigEqp,BigEqpCloud,BigFaultCloud] |