From 9b58ee6a291e34717597001fe56e25fbe0d60adc Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期四, 12 六月 2025 16:22:30 +0800
Subject: [PATCH] 更新设备图
---
UI-Project/src/router/index.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 2c80bc4..303a623 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -179,6 +179,11 @@
path: '/GlassStorage/rawfilmstorage',
name: 'rawfilmstorage',
component: () => import('../views/GlassStorage/rawfilmstorage.vue')
+ },
+ {
+ path: '/GlassStorage/rawfilmstorage2',
+ name: 'rawfilmstorage2',
+ component: () => import('../views/GlassStorage/rawfilmstorage2.vue')
}
]
},
--
Gitblit v1.8.0