From c93c13d1cfe288d431109ae1eafd7a9fc6d58746 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 13 六月 2023 10:23:17 +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