wangfei
2024-12-23 9022a50e3c86d0d49d6e802686a39d226e6c9a4b
UI-Project/src/router/index.js
@@ -270,13 +270,18 @@
        /*----------- 中空 ----------------*/
        {
          path: 'hollow',
          name: 'hollowequipment',
          component: () => import('../views/hollow/hollowequipment.vue'),
          name: 'hol',
          component: () => import('../views/hollow/hol.vue'),
          children: [
            {
              path: '/hollow/hollowequipment',
              name: 'hollowequipment',
              component: () => import('../views/hollow/hollowequipment.vue')
            },
            {
              path: '/hollow/hollowslicecage',
              name: 'hollowslicecage',
              component: () => import('../views/hollow/hollowslicecage.vue')
            },
          ]
        },
@@ -305,7 +310,7 @@
        },
        {
          path: '',
          redirect: '/Returns/returns'
          redirect: '/Returns/upreturns'
        }
      ]
    },