新增教练管理,优化预约人数计数方式
This commit is contained in:
@@ -40,6 +40,12 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () => import('@/views/system/UserManagement.vue'),
|
||||
meta: { title: '用户管理' }
|
||||
},
|
||||
{
|
||||
path: 'coach',
|
||||
name: 'CoachManagement',
|
||||
component: () => import('@/views/system/CoachManagement.vue'),
|
||||
meta: { title: '教练管理' }
|
||||
},
|
||||
{
|
||||
path: 'roles',
|
||||
name: 'RoleManagement',
|
||||
|
||||
Reference in New Issue
Block a user