src/router/modules/system.js
@@ -33,6 +33,18 @@ component: () => import('@/views/system/logs.vue'), name: 'sysLogs', meta: { title: '系统日志', icon: 'log-hdw', noCache: false } }, { path: 'config', component: () => import('@/views/system/config.vue'), name: 'config', meta: { title: '系统配置', icon: 'log-hdw', noCache: false } }, { path: 'mapSettings', component: () => import('@/views/system/mapSettings.vue'), name: 'mapSettings', meta: { title: '地图配置', icon: 'log-hdw', noCache: false } } ] };