From fdf0f9d0ae6659d4110aee59bcf9216f9e0fac7f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 02 十二月 2024 15:25:19 +0800
Subject: [PATCH] 1.登录页样式替换
---
src/router/index.js | 43 +++++++++++++++++++++++++++++++++++++++++--
1 files changed, 41 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index c6b826f..b08c737 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -224,6 +224,18 @@
code: '0203',
component: () => import('@/views/materialManager/materialList'),
meta: { code: '0203', title: '鐗╂枡娓呭崟', icon: '', keepAlive: true }
+ }, {
+ path: 'unitList2',
+ name: 'UnitList2',
+ code: '0204',
+ component: () => import('@/views/materialManager/unitList2'),
+ meta: { code: '0204', title: '璁¢噺鍗曚綅', icon: '', keepAlive: true }
+ }, {
+ path: 'inventoryList2',
+ name: 'InventoryList2',
+ code: '0205',
+ component: () => import('@/views/materialManager/inventoryList2'),
+ meta: { code: '0205', title: '瀛樿揣妗f', icon: '', keepAlive: true }
}
]
@@ -477,6 +489,13 @@
meta: { code: '0601', title: '宸ュ簭鎶ュ伐', icon: '', keepAlive: true }
},
{
+ path: 'stepReport2',
+ name: 'StepReport2',
+ code: '0606',
+ component: () => import('@/views/produce/stepReport2'),
+ meta: { code: '0606', title: '宸ュ簭鎶ュ伐', icon: '', keepAlive: true }
+ },
+ {
path: 'reportCorrect',
name: 'ReportCorrect',
code: '0602',
@@ -493,7 +512,13 @@
name: 'productWarehouse',
code: '0604',
component: () => import('@/views/produce/productWarehouse'),
- meta: { code: '0604', title: '鐢熶骇鍏ュ簱', icon: '', keepAlive: true }
+ meta: { code: '0604', title: 'T8鐢熶骇鍏ュ簱', icon: '', keepAlive: true }
+ }, {
+ path: 'productWarehouse2',
+ name: 'productWarehouse2',
+ code: '0605',
+ component: () => import('@/views/produce/productWarehouse2'),
+ meta: { code: '0605', title: 'T+鐢熶骇鍏ュ簱', icon: '', keepAlive: true }
}
]
@@ -565,13 +590,27 @@
code: '0706',
component: () => import('@/views/statistic/repairDetailList'),
meta: { code: '0706', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
- },,
+ },
{
path: 'installationLampList',
name: 'InstallationLampList',
code: '0707',
component: () => import('@/views/statistic/installationLampList'),
meta: { code: '0707', title: '瀹夌伅鎶ヨ〃', icon: '', keepAlive: true }
+ },
+ {
+ path: 'storageRecord',
+ name: 'storageRecord',
+ code: '0708',
+ component: () => import('@/views/statistic/storageRecord'),
+ meta: { code: '0708', title: '鍏ュ簱璁板綍', icon: '', keepAlive: true }
+ },
+ {
+ path: 'storageRecord2',
+ name: 'storageRecord2',
+ code: '0709',
+ component: () => import('@/views/statistic/storageRecord2'),
+ meta: { code: '0709', title: '鍏ュ簱璁板綍', icon: '', keepAlive: true }
}
]
--
Gitblit v1.9.3