ll
liukangdong
2024-10-14 a2e5b78d3677cb0999c0b7faa6c93d97810370e2
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')
    },
  ]
})