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 | 97 ++++++++++++++++++++++++++----------------------
1 files changed, 52 insertions(+), 45 deletions(-)
diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 96eb368..69065cc 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -27,8 +27,6 @@
name: 'main',
component: () => import('../layout/MainErpView.vue'),
children:[
-
-
{
path: 'Temperedlayout',
name: 'Temperedlayout',
@@ -41,34 +39,6 @@
}
]
},
-
-/*----------- 鐢ㄦ埛鍒楄〃 ----------------*/
-// {
-// path: 'User',
-// name: 'User',
-// component: () => import('../views/User/userlist.vue'),
-// children:[
-// {
-// path: '/User/userlist',
-// name: 'userlist',
-// component: () => import('../views/User/userlist.vue')
-// },
-// ]
-// },
-
-/*----------- 鏉冮檺鍒楄〃 ----------------*/
-// {
-// path: 'Permissions',
-// name: 'Permissions',
-// component: () => import('../views/Permissions/permissionslist.vue'),
-// children:[
-// {
-// path: '/Permissions/permissionslist',
-// name: 'permissionslist',
-// component: () => import('../views/Permissions/permissionslist.vue')
-// },
-// ]
-// },
/*----------- 涓婄墖鏈� ----------------*/
{
path: 'Returns',
@@ -76,27 +46,37 @@
component: () => import('../views/Returns/return.vue'),
children:[
{
- path: '/Returns/returns',
- name: 'returns',
- component: () => import('../views/Returns/returns.vue')
- },
- {
path: '/Returns/upreturns',
name: 'upreturns',
component: () => import('../views/Returns/upreturns.vue')
+ },
+ {
+ path: '/Returns/upreturns2',
+ name: 'upreturns2',
+ component: () => import('../views/Returns/upreturns2.vue')
},
]
},
/*----------- 鎺扮墖/璇嗗埆 ----------------*/
{
path: 'Identify',
- name: 'Identify',
- component: () => import('../views/Identify/identify.vue'),
- children:[
+ name: 'ident',
+ component: () => import('../views/Identify/ident.vue'),
+ children: [
{
path: '/Identify/identify',
name: 'identify',
component: () => import('../views/Identify/identify.vue')
+ },
+ {
+ path: '/Identify/identifwu',
+ name: 'identifwu',
+ component: () => import('../views/Identify/identifwu.vue')
+ },
+ {
+ path: '/Identify/identifwutwo',
+ name: 'identifwutwo',
+ component: () => import('../views/Identify/identifwutwo.vue')
},
]
},
@@ -133,6 +113,11 @@
path: '/StockBasicData/stockBasicDatatwo',
name: 'stockBasicDatatwo',
component: () => import('../views/StockBasicData/stockBasicDatatwo.vue')
+ },
+ {
+ path: '/StockBasicData/stockBasicyiwu',
+ name: 'stockBasicyiwu',
+ component: () => import('../views/StockBasicData/stockBasicyiwu.vue')
},
]
},
@@ -278,7 +263,7 @@
path: 'reportWork',
name: 'reportWork',
component: () => import('../views/ReportWork/reportWork.vue'),
- children:[
+ children: [
{
path: '/ReportWork/reportWork',
name: 'reportWork',
@@ -286,6 +271,30 @@
},
]
},
+
+ /*----------- 涓┖ ----------------*/
+ {
+ path: 'hollow',
+ name: 'hol',
+ component: () => import('../views/hollow/hol.vue'),
+ children: [
+ {
+ path: '/hollow/hollowequipment',
+ name: 'hollowequipment',
+ 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')
+ },
+ ]
+ },
/*----------- 绠$悊绯荤粺 ----------------*/
{
path: 'sys',
@@ -309,10 +318,10 @@
// },
]
},
- {
- path: '',
- redirect: '/Returns/returns'
- }
+ // {
+ // path: '',
+ // redirect: '/hollow/hollowslicecage'
+ // }
]
},
{
@@ -320,10 +329,8 @@
name: 'register',
component: () => import('../views/RegisterView.vue')
}
-
]
})
-
// 瀵艰埅瀹堝崼
router.beforeEach((to, from, next) => {
const isAuthenticated = !!localStorage.getItem('authToken'); // 鍋囪杩欐槸浣犵殑鐧诲綍鐘舵�佹鏌ラ�昏緫
--
Gitblit v1.8.0