From 6cc0fd238edc0667989bef40bbf9ca2261467b4e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 27 四月 2023 10:01:40 +0800
Subject: [PATCH] 1.物料检验静态页面实现部分
---
src/router/index_back.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/router/index_back.js b/src/router/index_back.js
index 6914f66..c6261a5 100644
--- a/src/router/index_back.js
+++ b/src/router/index_back.js
@@ -586,6 +586,12 @@
code: '1096',
component: () => import('@/views/reportManager/installationLampList'),
meta: { code: '1096', title: '瀹夌伅鎶ヨ〃', icon: '', keepAlive: true }
+ }, {
+ path: 'logisticsCheck',
+ name: 'logisticsCheckCancel',
+ code: '1097',
+ component: () => import('@/views/reportManager/logisticsCheck'),
+ meta: { code: '1097', title: '鐗╂祦妫�楠屾姤琛�', icon: '', keepAlive: true }
}
]
},
--
Gitblit v1.9.3