From e875c70fea51ffafd689fd0d5f8b51bd3df40de0 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 07 一月 2025 15:26:13 +0800
Subject: [PATCH] 中空模块新增空闲状态,中空配方新增字段,掰片模块调整文字样式
---
UI-Project/src/router/index.js | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 50c803e..69065cc 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -73,6 +73,11 @@
name: 'identifwu',
component: () => import('../views/Identify/identifwu.vue')
},
+ {
+ path: '/Identify/identifwutwo',
+ name: 'identifwutwo',
+ component: () => import('../views/Identify/identifwutwo.vue')
+ },
]
},
/*----------- 鍗у紡缂撳瓨 ----------------*/
@@ -279,6 +284,11 @@
component: () => import('../views/hollow/hollowequipment.vue')
},
{
+ path: '/hollow/hollowequipmenttwo',
+ name: 'hollowequipmenttwo',
+ component: () => import('../views/hollow/hollowequipmenttwo.vue')
+ },
+ {
path: '/hollow/hollowslicecage',
name: 'hollowslicecage',
component: () => import('../views/hollow/hollowslicecage.vue')
@@ -308,10 +318,10 @@
// },
]
},
- {
- path: '',
- redirect: '/Returns/upreturns'
- }
+ // {
+ // path: '',
+ // redirect: '/hollow/hollowslicecage'
+ // }
]
},
{
--
Gitblit v1.8.0