wangfei
2025-10-21 dbcc700e995d8c1ce2a3bea4c23c9b0d23c1e65d
UI-Project/src/router/index.js
@@ -132,7 +132,11 @@
    name: 'slicecage',
    component: () => import('../views/Slicecage/slicecage.vue')
  },
   {
    path: '/Slicecage/slicecageTwo',
    name: 'slicecageTwo',
    component: () => import('../views/Slicecage/slicecageTwo.vue')
  },
]
// {
@@ -269,6 +273,20 @@
      },
    ]
  },
  /*----------- 工程排产 ----------------*/
  {
    path: 'engineerScheduling',
    name: 'engineerScheduling',
    component: () => import('../views/EngineerScheduling/engineerScheduling.vue'),
    children: [
      {
        path: '/EngineerScheduling/engineerScheduling',
        name: 'engineerScheduling',
        component: () => import('../views/EngineerScheduling/engineerScheduling.vue')
      },
    ]
  },
        /*----------- 中空 ----------------*/
        {
          path: 'hollow',
@@ -309,6 +327,11 @@
              path: '/hollow/hollowaluminumthree',
              name: 'hollowaluminumthree',
              component: () => import('../views/hollow/hollowaluminumthree.vue')
            },
            {
              path: '/hollow/hollowsitwo',
              name: 'hollowsitwo',
              component: () => import('../views/hollow/hollowsitwo.vue')
            },
          ]
        },
@@ -490,6 +513,30 @@
                      },
                    ]
                   },
                   {
                    path: '/productionstatistics',
                     name: 'productionstatistics',
                     component: () => import('../views/largescreendisplay/productionstatistics.vue'),
                     children: [
                       {
                        path: '/largescreendisplay/productionstatistics',
                        name: 'productionstatistics',
                        component: () => import('../views/largescreendisplay/productionstatistics.vue')
                       },
                     ]
                    },
                    {
                    path: '/timeaxis',
                     name: 'timeaxis',
                     component: () => import('../views/largescreendisplay/timeaxis.vue'),
                     children: [
                       {
                        path: '/largescreendisplay/timeaxis',
                        name: 'timeaxis',
                        component: () => import('../views/largescreendisplay/timeaxis.vue')
                       },
                     ]
                    }
  ]
})
// 导航守卫