File was renamed from src/router/modules/general.ts |
| | |
| | | name: 'General', |
| | | meta: { |
| | | title: '通用管理', |
| | | icon: 'general-hdw' |
| | | icon: 'general-hdw', |
| | | }, |
| | | children: [ |
| | | { |
| | |
| | | path: 'log', |
| | | component: () => import('@/views/general/log/index.vue'), |
| | | name: 'LogManage', |
| | | meta: { title: '日志管理', icon: 'log-hdw', noCache: false } |
| | | meta: { title: '锁具日志', icon: 'log-hdw', noCache: false } |
| | | }, |
| | | { |
| | | path: 'map', |
| | | component: () => import('@/views/general/map/index.vue'), |
| | | name: 'MapManage', |
| | | meta: { title: '地图定位', icon: 'map-hdw', noCache: false } |
| | | } |
| | | // { |
| | | // path: 'map', |
| | | // component: () => import('@/views/general/map/index.vue'), |
| | | // name: 'MapManage', |
| | | // meta: { title: '地图定位', icon: 'map-hdw', noCache: false, } |
| | | // } |
| | | ] |
| | | }; |
| | | |