From 7af57170702277127862dd2c791ea72eaf9a086e Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 19 十二月 2023 13:30:41 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/router/views/index.js | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index b3402ed..20e8be7 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -145,6 +145,23 @@
]
},
{
+ path: '/quality/packageinspect',
+ component: Layout,
+ children: [
+ {
+ path: 'packageInspect-form',
+ name: 'packageInspectForm',
+ component: () =>
+ import(/* webpackChunkName: "views" */ '@/views/quality/packageinspect/packageInspect-form'),
+ meta: {
+ keepAlive: false,
+ isTab: false,
+ isAuth: false
+ }
+ }
+ ]
+ },
+ {
path: '/quality/rawMaterial',
component: Layout,
children: [
@@ -162,6 +179,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