From d9d32b6627e75d945e2ab8709aa1a12a95305d82 Mon Sep 17 00:00:00 2001 From: bsw215583320 <baoshiwei121@163.com> Date: 星期一, 26 六月 2023 13:11:23 +0800 Subject: [PATCH] 设备监控完善 --- src/router/routes/index.ts | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index b31d73a..a040930 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -39,6 +39,22 @@ }, } +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锛歛uth2鐧诲綍椤甸潰璺敱------------ export const Oauth2LoginRoute: AppRouteRecordRaw = { path: '/oauth2-app/login', @@ -66,4 +82,4 @@ } // 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] -- Gitblit v1.9.3