From d5b77e6f03d8477cbae9bc097f888caf939de00f Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期二, 24 十二月 2024 13:48:52 +0800
Subject: [PATCH] 修改报警解除后界面仍显示问题

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

diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts
index d77d782..3d24577 100644
--- a/src/router/routes/index.ts
+++ b/src/router/routes/index.ts
@@ -63,6 +63,33 @@
 		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'),
+  },
+}
+
+export const BigFault: AppRouteRecordRaw = {
+  path: '/bigFault',
+  name: 'BigFault',
+  component: () => import('/@/views/dry/bigScreen/BigFault.vue'),
+  meta: {
+    title: t('big.screen.fault'),
+  },
+}
+
 //update-begin---author:wangshuai ---date:20220629  for锛歛uth2鐧诲綍椤甸潰璺敱------------
 export const Oauth2LoginRoute: AppRouteRecordRaw = {
 	path: '/oauth2-app/login',
@@ -90,4 +117,4 @@
 }
 
 // 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,BigFault]

--
Gitblit v1.9.3