he wei
2025-06-03 a10f3b82e33756ed0cd62a0cbe83bab8674df16f
src/router/modules/datas.js
@@ -14,13 +14,13 @@
      path: 'realtime',
      component: () => import('@/views/realtime/index.vue'),
      name: 'realtime',
      meta: { title: '实时监测', icon: 'component', noCache: false }
      meta: { title: '实时监测', icon: 'realtime1', 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 }
    },
  ]
};