From 9da0675fa67f1f03f48881b2664da4c01356d1b5 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 23 七月 2025 15:01:08 +0800
Subject: [PATCH] 插回损--功能修改
---
src/router/views/index.js | 63 ++++++++++++++++++++++++++++---
1 files changed, 57 insertions(+), 6 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index b3402ed..259f54a 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -48,12 +48,12 @@
children: [
{
path: 'routing-form',
- name: 'routingForm',
+ name: '宸ヨ壓璺嚎璇︽儏',
component: () =>
import(/* webpackChunkName: "views" */ '@/views/technology/routing/routing-form'),
meta: {
- keepAlive: false,
- isTab: false,
+ keepAlive: true,
+ isTab: true,
isAuth: true
}
}
@@ -116,12 +116,12 @@
children: [
{
path: 'document-form',
- name: 'documentForm',
+ name: '宸ヨ壓鏂囦欢璇︽儏',
component: () =>
import(/* webpackChunkName: "views" */ '@/views/technology/document/document-form'),
meta: {
- keepAlive: false,
- isTab: false,
+ keepAlive: true,
+ isTab: true,
isAuth: false
}
}
@@ -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