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 } }, ] };