From a36b208d04ed1764293b981c8ff2e8267085bbf4 Mon Sep 17 00:00:00 2001
From: bsw215583320 <baoshiwei121@163.com>
Date: 星期五, 22 十一月 2024 15:28:53 +0800
Subject: [PATCH] feat(dry): 新增云平台实时监控大屏相关功能

---
 src/router/routes/index.ts |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts
index a040930..2128c2e 100644
--- a/src/router/routes/index.ts
+++ b/src/router/routes/index.ts
@@ -47,6 +47,14 @@
 		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',
@@ -55,6 +63,24 @@
 		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锛歛uth2鐧诲綍椤甸潰璺敱------------
 export const Oauth2LoginRoute: AppRouteRecordRaw = {
 	path: '/oauth2-app/login',
@@ -82,4 +108,4 @@
 }
 
 // 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,BigEqpCloud,BigFaultCloud]

--
Gitblit v1.9.3