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
        }
      }