zouyu
2023-10-31 b5d7cad27e6d6382cc375a7bbfb91aad0c31195c
src/router/views/index.js
@@ -162,6 +162,23 @@
    ]
  },
  {
    path: '/quality/finishedProduct',
    component: Layout,
    children: [
      {
        path: 'finishedProduct-form',
        name: 'finishedProductForm',
        component: () =>
          import(/* webpackChunkName: "views" */ '@/views/quality/finishedProductInspection/finishedProductInspectionAdd'),
        meta: {
          keepAlive: false,
          isTab: false,
          isAuth: false
        }
      }
    ]
  },
  {
    path: '/quality/newReport',
    component: Layout,
    children: [