From d1eff5950e525c5af6b972432209e84f1e398419 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 15 四月 2025 09:38:35 +0800
Subject: [PATCH] 中空一线、二线、三线领取任务
---
UI-Project/src/router/index.js | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 9851eb8..c320bf6 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -221,6 +221,11 @@
path: '/User/permissions',
name: 'permissions',
component: () => import('../views/User/permissions.vue')
+ },
+ {
+ path: '/User/userpageNo',
+ name: 'userpageNo',
+ component: () => import('../views/User/userpageNo.vue')
}
]
},
@@ -279,6 +284,11 @@
path: '/hollow/hollowequipmenttwo',
name: 'hollowequipmenttwo',
component: () => import('../views/hollow/hollowequipmenttwo.vue')
+ },
+ {
+ path: '/hollow/hollowequipmenthree',
+ name: 'hollowequipmenthree',
+ component: () => import('../views/hollow/hollowequipmenthree.vue')
},
{
path: '/hollow/hollowslicecage',
@@ -374,6 +384,18 @@
},
]
},
+ {
+ 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',
--
Gitblit v1.8.0