鸿蒙智能电子锁前端项目
he wei
2025-01-15 20cfb19d192127e304a081ceb60ca9052f813bf7
src/router/modules/general.js
File was renamed from src/router/modules/general.ts
@@ -7,7 +7,7 @@
  name: 'General',
  meta: {
    title: '通用管理',
    icon: 'general-hdw'
    icon: 'general-hdw',
  },
  children: [
    {
@@ -20,14 +20,14 @@
      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, }
    // }
  ]
};