jiangping
2024-10-17 874b0a082a1bd12d530e0526401d3cd4d59d9d16
screen/src/router/index.js
@@ -6,7 +6,7 @@
  routes: [
    {
      path: '/',
      component: () => import('../views/LogisticsEfficiency.vue')
      component: () => import('../views/SecurityControl.vue')
    },
    {
      path: '/PlatformCall',
@@ -23,6 +23,11 @@
      name: 'LogisticsControl',
      component: () => import('../views/LogisticsEfficiency.vue')
    },
    {
      path: '/SecurityControl',
      name: 'SecurityControl',
      component: () => import('../views/SecurityControl.vue')
    },
  ]
})