k94314517
2024-10-15 b05032426b7dcd0680e4a42af57fd017436e4585
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')
    },
  ]
})