clll
2023-11-03 bcf86e7323837ff6e2c9cd6bb25b9d29907e34ed
CanadaMes-ui/src/router/index.js
@@ -33,6 +33,7 @@
        path: '/home',
        component: () => import('../views/home')
      },
      {
@@ -48,11 +49,7 @@
        component: () => import('../views/device/parameter'),
      },
      {
        path: '/device/talk',
        component: () => import('../views/device/talkvue'),
      },
      {
        path: '/device/alarm',
        component: () => import('../views/device/alarm')
@@ -61,10 +58,7 @@
        path: '/device/iostate',
        component: () => import('../views/device/iostate')
      },
      {
        path: '/device/talkvue',
        component: () => import('../views/device/talkvue')
      },
      {
        path: '/device/control',
        component: () => import('../views/device/control')
@@ -97,7 +91,10 @@
  }
];
const router = new VueRouter({
  // base: '/canadames/',
  routes
});