From d49f39681a68fd819ac687d67b6352ba386d0d13 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 25 四月 2024 12:12:08 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before into master

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

diff --git a/src/router/page/index.js b/src/router/page/index.js
index 18065ef..40c0f21 100644
--- a/src/router/page/index.js
+++ b/src/router/page/index.js
@@ -2,6 +2,16 @@
 
 export default [
   {
+    path: '/pack',
+    name: '鍖呰璇︽儏',
+    component: () => import(/* webpackChunkName: "page" */ '@/page/PackingLedgerDetails/index'),
+    meta: {
+      keepAlive: true,
+      isTab: false,
+      isAuth: false
+    }
+  },
+  {
     path: '/thirdpartylogin',
     name: '绗笁鏂圭櫥褰曢〉',
     component: () =>

--
Gitblit v1.9.3