spring
2025-04-24 9edefe563de10226e322004e21e1db82f7ea227d
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
        }
      }
@@ -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: [