From e9a656d0f021e7996dd18cf70415e7050f85be23 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 20 五月 2025 14:04:49 +0800
Subject: [PATCH] 删除多余文件
---
UI-Project/src/router/index.js | 85 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 85 insertions(+), 0 deletions(-)
diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 3e4acc2..2c80bc4 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -55,6 +55,11 @@
name: 'upreturns2',
component: () => import('../views/Returns/upreturns2.vue')
},
+ {
+ path: '/Returns/upreturns3',
+ name: 'upreturns3',
+ component: () => import('../views/Returns/upreturns3.vue')
+ },
]
},
/*----------- 鎺扮墖/璇嗗埆 ----------------*/
@@ -221,6 +226,11 @@
path: '/User/permissions',
name: 'permissions',
component: () => import('../views/User/permissions.vue')
+ },
+ {
+ path: '/User/userpageNo',
+ name: 'userpageNo',
+ component: () => import('../views/User/userpageNo.vue')
}
]
},
@@ -281,6 +291,11 @@
component: () => import('../views/hollow/hollowequipmenttwo.vue')
},
{
+ path: '/hollow/hollowequipmenthree',
+ name: 'hollowequipmenthree',
+ component: () => import('../views/hollow/hollowequipmenthree.vue')
+ },
+ {
path: '/hollow/hollowslicecage',
name: 'hollowslicecage',
component: () => import('../views/hollow/hollowslicecage.vue')
@@ -289,6 +304,16 @@
path: '/hollow/hollowaluminum',
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')
},
]
},
@@ -351,6 +376,42 @@
]
},
{
+ path: '/hellowquiphistory',
+ name: 'hellowquiphistory',
+ component: () => import('../views/hollow/hellowquiphistory.vue'),
+ children: [
+ {
+ path: '/hollow/hellowquiphistory',
+ name: 'hellowquiphistory',
+ component: () => import('../views/hollow/hellowquiphistory.vue')
+ },
+ ]
+ },
+ {
+ path: '/hellowquiptwohistory',
+ name: 'hellowquiptwohistory',
+ component: () => import('../views/hollow/hellowquiptwohistory.vue'),
+ children: [
+ {
+ path: '/hollow/hellowquiptwohistory',
+ name: 'hellowquiptwohistory',
+ component: () => import('../views/hollow/hellowquiptwohistory.vue')
+ },
+ ]
+ },
+ {
+ path: '/hellowquipthreehistory',
+ name: 'hellowquipthreehistory',
+ component: () => import('../views/hollow/hellowquipthreehistory.vue'),
+ children: [
+ {
+ path: '/hollow/hellowquipthreehistory',
+ name: 'hellowquipthreehistory',
+ component: () => import('../views/hollow/hellowquipthreehistory.vue')
+ },
+ ]
+ },
+ {
path: '/cachingbeforehistory',
name: 'cachingbeforehistory',
component: () => import('../views/Caching/cachingbeforehistory.vue'),
@@ -410,6 +471,30 @@
},
]
},
+ {
+ path: '/upreturnhistory2',
+ name: 'upreturnhistory2',
+ component: () => import('../views/Returns/upreturnhistory2.vue'),
+ children: [
+ {
+ path: '/Returns/upreturnhistory2',
+ name: 'upreturnhistory2',
+ component: () => import('../views/Returns/upreturnhistory2.vue')
+ },
+ ]
+ },
+ {
+ path: '/statistics',
+ name: 'statistics',
+ component: () => import('../views/largescreendisplay/statistics.vue'),
+ children: [
+ {
+ path: '/largescreendisplay/statistics',
+ name: 'statistics',
+ component: () => import('../views/largescreendisplay/statistics.vue')
+ },
+ ]
+ },
]
})
// 瀵艰埅瀹堝崼
--
Gitblit v1.8.0