qianxj
2023-03-03 877300e751d6b5073af41ca8dda502e0a7d70a51
ruoyi-ui/src/router/index.js
@@ -161,7 +161,21 @@
        meta: { title: '修改生成配置', activeMenu: '/tool/gen' }
      }
    ]
  }
  }/*,
  {
    path: '/smartor/archive',
    component: Layout,
    hidden: true,
    permissions: ['archive:role:edit'],
    children: [
      {
        path: 'maint',
        component: () => import('@/views/smartor/archive/maint'),
        name: 'ArchiveMaint',
        meta: { title: '患者维护', activeMenu: '/archive/add' }
      }
    ]
  }*/
]
// 防止连续点击多次路由报错