oms 新增健康报告上传页面
This commit is contained in:
@@ -59,7 +59,10 @@ export const constantRouterMap = [
|
||||
{ path: '/venue/lesson/info', component: _import('venue/lesson/info'), name: '预约记录', hidden: true },
|
||||
{ path: '/member/add', component: _import('member/add'), name: '添加用户', hidden: true },
|
||||
{ path: '/member/addEdit', component: _import('member/addEdit'), name: '编辑用户', hidden: true },
|
||||
{ path: '/config/edit', component: _import('config/edit'), name: '编辑参数', hidden: true }
|
||||
{ path: '/config/edit', component: _import('config/edit'), name: '编辑参数', hidden: true },
|
||||
{ path: '/member/health/index', component: _import('member/health/index'), name: '查询用户报告', hidden: true },
|
||||
{ path: '/member/health/add', component: _import('member/health/add'), name: '新增报告', hidden: true },
|
||||
{ path: '/member/health/show', component: _import('member/health/show'), name: '查看报告', hidden: true }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user