From c5116e93fc42e6f4d732a7ea990068ad9d0e0736 Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期四, 24 七月 2025 14:52:56 +0800
Subject: [PATCH] feat(dry): 新增设备维护记录功能、新增维修记录功能、设备主数据增加履历相关字段

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

diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts
index 3d24577..faef76e 100644
--- a/src/router/routes/index.ts
+++ b/src/router/routes/index.ts
@@ -42,7 +42,7 @@
 export const BigScreen: AppRouteRecordRaw = {
 	path: '/bigScreen',
 	name: 'BigScreen',
-	component: () => import('/@/views/dry/bigScreen/BigWorkShop.vue'),
+	component: () => import('/@/views/dry/bigScreen/BigWorkShop-tjt.vue'),
 	meta: {
 		title: t('big.screen.workshop'),
 	},
@@ -58,7 +58,7 @@
 export const BigEqp: AppRouteRecordRaw = {
 	path: '/bigEqp',
 	name: 'BigEqp',
-	component: () => import('/@/views/dry/bigScreen/BigEqp.vue'),
+	component: () => import('/src/views/dry/bigScreen/BigEqp-tjt.vue'),
 	meta: {
 		title: t('big.screen.eqp'),
 	},

--
Gitblit v1.9.3