From ac7acc1d898b5b83e653c3b65a77d982c01a5000 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 23 九月 2025 13:48:31 +0800
Subject: [PATCH] 1、报警数据推送去掉固定code条件
---
UI-Project/src/router/index.js | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 64d7215..2d25ffc 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -132,7 +132,11 @@
name: 'slicecage',
component: () => import('../views/Slicecage/slicecage.vue')
},
-
+ {
+ path: '/Slicecage/slicecageTwo',
+ name: 'slicecageTwo',
+ component: () => import('../views/Slicecage/slicecageTwo.vue')
+ },
]
// {
@@ -309,6 +313,11 @@
path: '/hollow/hollowaluminumthree',
name: 'hollowaluminumthree',
component: () => import('../views/hollow/hollowaluminumthree.vue')
+ },
+ {
+ path: '/hollow/hollowsitwo',
+ name: 'hollowsitwo',
+ component: () => import('../views/hollow/hollowsitwo.vue')
},
]
},
@@ -490,6 +499,30 @@
},
]
},
+ {
+ path: '/productionstatistics',
+ name: 'productionstatistics',
+ component: () => import('../views/largescreendisplay/productionstatistics.vue'),
+ children: [
+ {
+ path: '/largescreendisplay/productionstatistics',
+ name: 'productionstatistics',
+ component: () => import('../views/largescreendisplay/productionstatistics.vue')
+ },
+ ]
+ },
+ {
+ path: '/timeaxis',
+ name: 'timeaxis',
+ component: () => import('../views/largescreendisplay/timeaxis.vue'),
+ children: [
+ {
+ path: '/largescreendisplay/timeaxis',
+ name: 'timeaxis',
+ component: () => import('../views/largescreendisplay/timeaxis.vue')
+ },
+ ]
+ }
]
})
// 瀵艰埅瀹堝崼
--
Gitblit v1.8.0