维护系统->检查方法、部位前端需求优化。

This commit is contained in:
2025-12-10 11:51:38 +08:00
parent c8ca56c3f5
commit e1385cb3e6
3 changed files with 105 additions and 56 deletions

View File

@@ -26,21 +26,7 @@ import Layout from '@/layout'
// 公共路由
export const constantRoutes = [
{
path: '/appoinmentmanage',
component: Layout,
redirect: '/appoinmentmanage',
name: 'AppoinmentManage',
meta: { title: '预约管理', icon: 'component' },
children: [
{
path: '',
component: () => import('@/views/appoinmentmanage/index.vue'),
name: 'AppoinmentManageIndex',
meta: { title: '预约管理' }
}
]
},
{ path: '/appoinmentmanage', component: Layout, redirect: '/appoinmentmanage', name: 'AppoinmentManage', hidden: true, meta: { title: '预约管理', icon: 'component' }, children: [ { path: '', component: () => import('@/views/appoinmentmanage/index.vue'), name: 'AppoinmentManageIndex', meta: { title: '预约管理' } } ] },
{
path: '/redirect',
component: Layout,