k94314517
2024-10-16 4ce95f93e86ce7195a1e1f7a364401eeb703c150
screen/src/router/index.js
@@ -23,6 +23,11 @@
      name: 'LogisticsControl',
      component: () => import('../views/LogisticsEfficiency.vue')
    },
    {
      path: '/SecurityControl',
      name: 'SecurityControl',
      component: () => import('../views/SecurityControl.vue')
    },
  ]
})