From 1bfc807cb95b415d7e40a0b9cd65ff2d9c2314d0 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 12 五月 2025 21:12:58 +0800
Subject: [PATCH] 1、卧式理片笼定时任务优化
---
UI-Project/src/router/index.js | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index c320bf6..64d7215 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -54,7 +54,7 @@
path: '/Returns/upreturns2',
name: 'upreturns2',
component: () => import('../views/Returns/upreturns2.vue')
- },
+ }
]
},
/*----------- 鎺扮墖/璇嗗埆 ----------------*/
@@ -300,6 +300,16 @@
name: 'hollowaluminum',
component: () => import('../views/hollow/hollowaluminum.vue')
},
+ {
+ path: '/hollow/hollowaluminumtwo',
+ name: 'hollowaluminumtwo',
+ component: () => import('../views/hollow/hollowaluminumtwo.vue')
+ },
+ {
+ path: '/hollow/hollowaluminumthree',
+ name: 'hollowaluminumthree',
+ component: () => import('../views/hollow/hollowaluminumthree.vue')
+ },
]
},
/*----------- 绠$悊绯荤粺 ----------------*/
--
Gitblit v1.8.0