From 6f1e210726050dfc1d1ddf97b00a780fc7e8805c Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 27 十一月 2024 14:04:42 +0800
Subject: [PATCH] 1.工序检验优化

---
 src/router/index.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 96f2b7e..b08c737 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -604,6 +604,13 @@
         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