he wei
2025-06-06 33d2b1b6b82b65561943b06b617b134d4ec20888
src/router/modules/datas.js
@@ -11,10 +11,22 @@
  },
  children: [
    {
      path: 'realtime',
      component: () => import('@/views/realtime/index.vue'),
      name: 'realtime',
      meta: { title: '实时监测', icon: 'realtime1', noCache: false, decoration: false }
    },
    {
      path: 'history',
      component: () => import('@/views/history/index.vue'),
      name: 'history',
      meta: { title: '历史数据', icon: 'history', noCache: false, decoration: false }
    },
    {
      path: 'device',
      component: () => import('@/views/datas/device.vue'),
      name: 'device',
      meta: { title: '设备管理', icon: 'component', noCache: false }
      meta: { title: '设备管理', icon: 'dev1', noCache: false }
    },
  ]
};