From 5fdedc928cd6970423cf024c43a99e522a44dbcf Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期三, 29 十一月 2023 11:15:28 +0800
Subject: [PATCH] 	modified:   src/views/warehouse/pallettransports/index.vue 	modified:   vue.config.js

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

diff --git a/src/router/views/index.js b/src/router/views/index.js
index b3402ed..7269a62 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -162,6 +162,40 @@
     ]
   },
   {
+    path: '/quality/finishedProduct',
+    component: Layout,
+    children: [
+      {
+        path: 'finishedProduct-form',
+        name: 'finishedProductForm',
+        component: () =>
+          import(/* webpackChunkName: "views" */ '@/views/quality/finishedProductInspection/finishedProduct-form'),
+        meta: {
+          keepAlive: false,
+          isTab: false,
+          isAuth: false
+        }
+      }
+    ]
+  },
+  {
+    path: '/quality/processInspect',
+    component: Layout,
+    children: [
+      {
+        path: 'processInspect-form',
+        name: 'processInspectForm',
+        component: () =>
+          import(/* webpackChunkName: "views" */ '@/views/quality/processInspect/processInspect-form'),
+        meta: {
+          keepAlive: false,
+          isTab: false,
+          isAuth: false
+        }
+      }
+    ]
+  },
+  {
     path: '/quality/newReport',
     component: Layout,
     children: [

--
Gitblit v1.9.3