鸿蒙智能电子锁前端项目
he wei
2025-03-15 f8fd43f1307b0ae3a55f5a5a1390fd13b506fa88
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 }
    }
  ]
};